Html Css Color HEX #52AFC0 Viking

📋 copy color: '#52AFC0'

red 82 ◦ green 175 ◦ blue 192

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

Shades of Viking #52AFC0

Tints of Viking #52AFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.98%

 BLUE value IS 192 (75.39% from 255) = 42.76%

R = 18.26%
G = 38.98%
B = 42.76%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#52AFC0 (or 0x52AFC0) is known color: Viking. HEX triplet: 52, AF and C0. RGB value is (82,175,192). Sum of RGB (Red+Green+Blue) = 82+175+192=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #52AFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFC0 is #AD503F. Grayscale: #949494. Windows color (decimal): -11358272 or 12627794. OLE color: 12627794.

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

Color convert

RGB 82 175 192 -
CMYK 0.57 0.09 0 0.25
HSL 189.27º 0.47% 0.54% -
HSV(B) 189.27º 0.57% 0.75% -
XYZ 28.32 36.26 55.38 -
YUV 149.13 152.19 80.12 -
System Red Green Blue C M Y K H S L
Decimal 82 175 192 0.57 0.09 0 0.25 189.27 0.47 0.54
Hex 52 AF C0 39 9 0 19 BD 2F 36
Octal 122 257 300 71 11 0 31 275 57 66
Binary 1010010 10101111 11000000 111001 1001 0 11001 10111101 101111 110110

Color Harmonies of #52AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AFC0

Black with #52AFC0

Text Example


Text Example

White with #52AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,175,192); }

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

background-color css

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

 a { background-color: rgb(82,175,192); }

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

border-color css

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

 span { border-color: rgb(82,175,192); }

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