#52BBBE

Color #52BBBE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #52BBBE

Tints of Viking #52BBBE

Color information

#52BBBE (or 0x52BBBE) is unknown color: approx Viking. HEX triplet: 52, BB and BE. RGB value is (82,187,190). Sum of RGB (Red+Green+Blue) = 82+187+190=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #52BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBBE is #AD4441. Grayscale: #9B9B9B. Windows color (decimal): -11355202 or 12499794. OLE color: 12499794.

HSL color Cylindrical-coordinate representation of color #52BBBE: hue angle of 181.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BBBE is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82187190-
CMYK0.570.0200.25
HSL181.67º45.38%53.33%-
HSV(B)181.67º56.84%74.51%-
XYZ30.5441.0555.03-
YUV155.95147.2175.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 17.86%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=17.86%
G=40.74%
B=41.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821871900.570.0200.25181.6745.3853.33
Hex52BBBE392019b62d35
Octal1222732767120312665565
Binary101001010111011101111101110011001100110110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52BBBE; }

 p { color: rgb(82,187,190); }

 H1.HeaderClassName
 {
   color: #52BBBE;
 }
 .AnyTagClassName
 {
   color: #52BBBE;
 }
</style>
background-color css

<style>
 a { background-color: #52BBBE; }

 a { background-color: rgb(82,187,190); }

 div.DivClassName
 {
   background-color: #52BBBE;
 }
 .BgClassName
 {
   background-color: #52BBBE;
 }
</style>
border-color css

<style>
 span { border-color: #52BBBE; }

 span { border-color: rgb(82,187,190); }

 td.TdClassName
 {
   border-color: #52BBBE;
 }
 .TagClassName
 {
   border-color: #52BBBE;
 }
</style>