Html Css Color HEX #52AABD Viking

📋 copy color: '#52AABD'

red 82 ◦ green 170 ◦ blue 189

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

Shades of Viking #52AABD

Tints of Viking #52AABD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.55%

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 18.59%
G = 38.55%
B = 42.86%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#52AABD (or 0x52AABD) is known color: Viking. HEX triplet: 52, AA and BD. RGB value is (82,170,189). Sum of RGB (Red+Green+Blue) = 82+170+189=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #52AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AABD is #AD5542. Grayscale: #919191. Windows color (decimal): -11359555 or 12429906. OLE color: 12429906.

HSL color Cylindrical-coordinate representation of color #52AABD: hue angle of 190.65º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52AABD is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 170 189 -
CMYK 0.57 0.10 0 0.26
HSL 190.65º 0.45% 0.53% -
HSV(B) 190.65º 0.57% 0.74% -
XYZ 27.04 34.22 53.32 -
YUV 145.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 82 170 189 0.57 0.10 0 0.26 190.65 0.45 0.53
Hex 52 AA BD 39 A 0 1A BF 2D 35
Octal 122 252 275 71 12 0 32 277 55 65
Binary 1010010 10101010 10111101 111001 1010 0 11010 10111111 101101 110101

Color Harmonies of #52AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AABD

Black with #52AABD

Text Example


Text Example

White with #52AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,170,189); }

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

background-color css

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

 a { background-color: rgb(82,170,189); }

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

border-color css

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

 span { border-color: rgb(82,170,189); }

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