Html Css Color HEX #52ABCE Viking

📋 copy color: '#52ABCE'

red 82 ◦ green 171 ◦ blue 206

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

Shades of Viking #52ABCE

Tints of Viking #52ABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 17.86%
G = 37.25%
B = 44.88%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52ABCE (or 0x52ABCE) is known color: Viking. HEX triplet: 52, AB and CE. RGB value is (82,171,206). Sum of RGB (Red+Green+Blue) = 82+171+206=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #52ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABCE is #AD5431. Grayscale: #949494. Windows color (decimal): -11359282 or 13544274. OLE color: 13544274.

HSL color Cylindrical-coordinate representation of color #52ABCE: hue angle of 196.94º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52ABCE is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 171 206 -
CMYK 0.60 0.17 0 0.19
HSL 196.94º 0.56% 0.56% -
HSV(B) 196.94º 0.6% 0.81% -
XYZ 29.18 35.38 63.68 -
YUV 148.38 160.51 80.65 -
System Red Green Blue C M Y K H S L
Decimal 82 171 206 0.60 0.17 0 0.19 196.94 0.56 0.56
Hex 52 AB CE 3C 11 0 13 C5 38 38
Octal 122 253 316 74 21 0 23 305 70 70
Binary 1010010 10101011 11001110 111100 10001 0 10011 11000101 111000 111000

Color Harmonies of #52ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ABCE

Black with #52ABCE

Text Example


Text Example

White with #52ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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