Html Css Color HEX #52ABBD Viking

📋 copy color: '#52ABBD'

red 82 ◦ green 171 ◦ blue 189

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

Shades of Viking #52ABBD

Tints of Viking #52ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.69%

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

R = 18.55%
G = 38.69%
B = 42.76%

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

#52ABBD (or 0x52ABBD) is known color: Viking. HEX triplet: 52, AB and BD. RGB value is (82,171,189). Sum of RGB (Red+Green+Blue) = 82+171+189=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #52ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABBD is #AD5442. Grayscale: #929292. Windows color (decimal): -11359299 or 12430162. OLE color: 12430162.

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

Color convert

RGB 82 171 189 -
CMYK 0.57 0.10 0 0.26
HSL 190.09º 0.45% 0.53% -
HSV(B) 190.09º 0.57% 0.74% -
XYZ 27.23 34.59 53.39 -
YUV 146.44 152.01 82.04 -
System Red Green Blue C M Y K H S L
Decimal 82 171 189 0.57 0.10 0 0.26 190.09 0.45 0.53
Hex 52 AB BD 39 A 0 1A BE 2D 35
Octal 122 253 275 71 12 0 32 276 55 65
Binary 1010010 10101011 10111101 111001 1010 0 11010 10111110 101101 110101

Color Harmonies of #52ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ABBD

Black with #52ABBD

Text Example


Text Example

White with #52ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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