Html Css Color HEX #52AFC5 Viking

📋 copy color: '#52AFC5'

red 82 ◦ green 175 ◦ blue 197

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

Shades of Viking #52AFC5

Tints of Viking #52AFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.39%

R = 18.06%
G = 38.55%
B = 43.39%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#52AFC5 (or 0x52AFC5) is known color: Viking. HEX triplet: 52, AF and C5. RGB value is (82,175,197). Sum of RGB (Red+Green+Blue) = 82+175+197=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #52AFC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFC5 is #AD503A. Grayscale: #959595. Windows color (decimal): -11358267 or 12955474. OLE color: 12955474.

HSL color Cylindrical-coordinate representation of color #52AFC5: hue angle of 191.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52AFC5 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 175 197 -
CMYK 0.58 0.11 0 0.23
HSL 191.48º 0.5% 0.55% -
HSV(B) 191.48º 0.58% 0.77% -
XYZ 28.89 36.49 58.34 -
YUV 149.7 154.69 79.71 -
System Red Green Blue C M Y K H S L
Decimal 82 175 197 0.58 0.11 0 0.23 191.48 0.5 0.55
Hex 52 AF C5 3A B 0 17 BF 32 37
Octal 122 257 305 72 13 0 27 277 62 67
Binary 1010010 10101111 11000101 111010 1011 0 10111 10111111 110010 110111

Color Harmonies of #52AFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AFC5

Black with #52AFC5

Text Example


Text Example

White with #52AFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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