Html Css Color HEX #52AEC0 Viking

📋 copy color: '#52AEC0'

red 82 ◦ green 174 ◦ blue 192

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

Shades of Viking #52AEC0

Tints of Viking #52AEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

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

R = 18.3%
G = 38.84%
B = 42.86%

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

#52AEC0 (or 0x52AEC0) is known color: Viking. HEX triplet: 52, AE and C0. RGB value is (82,174,192). Sum of RGB (Red+Green+Blue) = 82+174+192=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #52AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AEC0 is #AD513F. Grayscale: #949494. Windows color (decimal): -11358528 or 12627538. OLE color: 12627538.

HSL color Cylindrical-coordinate representation of color #52AEC0: hue angle of 189.82º 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 #52AEC0 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 174 192 -
CMYK 0.57 0.09 0 0.25
HSL 189.82º 0.47% 0.54% -
HSV(B) 189.82º 0.57% 0.75% -
XYZ 28.13 35.87 55.31 -
YUV 148.54 152.52 80.54 -
System Red Green Blue C M Y K H S L
Decimal 82 174 192 0.57 0.09 0 0.25 189.82 0.47 0.54
Hex 52 AE C0 39 9 0 19 BE 2F 36
Octal 122 256 300 71 11 0 31 276 57 66
Binary 1010010 10101110 11000000 111001 1001 0 11001 10111110 101111 110110

Color Harmonies of #52AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AEC0

Black with #52AEC0

Text Example


Text Example

White with #52AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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