Html Css Color HEX #52BAC6 Viking

📋 copy color: '#52BAC6'

red 82 ◦ green 186 ◦ blue 198

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

Shades of Viking #52BAC6

Tints of Viking #52BAC6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

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

R = 17.6%
G = 39.91%
B = 42.49%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#52BAC6 (or 0x52BAC6) is known color: Viking. HEX triplet: 52, BA and C6. RGB value is (82,186,198). Sum of RGB (Red+Green+Blue) = 82+186+198=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #52BAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BAC6 is #AD4539. Grayscale: #9C9C9C. Windows color (decimal): -11355450 or 13023826. OLE color: 13023826.

HSL color Cylindrical-coordinate representation of color #52BAC6: hue angle of 186.21º 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 #52BAC6 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 186 198 -
CMYK 0.59 0.06 0 0.22
HSL 186.21º 0.5% 0.55% -
HSV(B) 186.21º 0.59% 0.78% -
XYZ 31.23 40.99 59.69 -
YUV 156.27 151.54 75.02 -
System Red Green Blue C M Y K H S L
Decimal 82 186 198 0.59 0.06 0 0.22 186.21 0.5 0.55
Hex 52 BA C6 3B 6 0 16 BA 32 37
Octal 122 272 306 73 6 0 26 272 62 67
Binary 1010010 10111010 11000110 111011 110 0 10110 10111010 110010 110111

Color Harmonies of #52BAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BAC6

Black with #52BAC6

Text Example


Text Example

White with #52BAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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