Html Css Color HEX #52B8C6 Viking

📋 copy color: '#52B8C6'

red 82 ◦ green 184 ◦ blue 198

#52B8C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #52B8C6

Tints of Viking #52B8C6

RGB

 RED value IS 82 (32.42% from 255) = 17.67%

 GREEN value IS 184 (72.27% from 255) = 39.66%

 BLUE value IS 198 (77.73% from 255) = 42.67%

R = 17.67%
G = 39.66%
B = 42.67%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#52B8C6 (or 0x52B8C6) is known color: Viking. HEX triplet: 52, B8 and C6. RGB value is (82,184,198). Sum of RGB (Red+Green+Blue) = 82+184+198=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #52B8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B8C6 is #AD4739. Grayscale: #9A9A9A. Windows color (decimal): -11355962 or 13023314. OLE color: 13023314.

HSL color Cylindrical-coordinate representation of color #52B8C6: hue angle of 187.24º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52B8C6 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 184 198 -
CMYK 0.59 0.07 0 0.22
HSL 187.24º 0.5% 0.55% -
HSV(B) 187.24º 0.59% 0.78% -
XYZ 30.81 40.15 59.55 -
YUV 155.1 152.21 75.86 -
System Red Green Blue C M Y K H S L
Decimal 82 184 198 0.59 0.07 0 0.22 187.24 0.5 0.55
Hex 52 B8 C6 3B 7 0 16 BB 32 37
Octal 122 270 306 73 7 0 26 273 62 67
Binary 1010010 10111000 11000110 111011 111 0 10110 10111011 110010 110111

Color Harmonies of #52B8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B8C6

Black with #52B8C6

Text Example


Text Example

White with #52B8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,184,198); }

 H1.HeaderClassName
 {
   color: #52B8C6;
 }
 .AnyTagClassName
 {
   color: #52B8C6;
 }
</style>

background-color css

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

 a { background-color: rgb(82,184,198); }

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

border-color css

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

 span { border-color: rgb(82,184,198); }

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