Html Css Color HEX #52ABCB Viking

📋 copy color: '#52ABCB'

red 82 ◦ green 171 ◦ blue 203

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

Shades of Viking #52ABCB

Tints of Viking #52ABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 17.98%
G = 37.5%
B = 44.52%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52ABCB (or 0x52ABCB) is known color: Viking. HEX triplet: 52, AB and CB. RGB value is (82,171,203). Sum of RGB (Red+Green+Blue) = 82+171+203=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #52ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABCB is #AD5434. Grayscale: #939393. Windows color (decimal): -11359285 or 13347666. OLE color: 13347666.

HSL color Cylindrical-coordinate representation of color #52ABCB: hue angle of 195.87º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52ABCB is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 171 203 -
CMYK 0.60 0.16 0 0.20
HSL 195.87º 0.54% 0.56% -
HSV(B) 195.87º 0.6% 0.8% -
XYZ 28.82 35.23 61.78 -
YUV 148.04 159.01 80.9 -
System Red Green Blue C M Y K H S L
Decimal 82 171 203 0.60 0.16 0 0.20 195.87 0.54 0.56
Hex 52 AB CB 3C 10 0 14 C4 36 38
Octal 122 253 313 74 20 0 24 304 66 70
Binary 1010010 10101011 11001011 111100 10000 0 10100 11000100 110110 111000

Color Harmonies of #52ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ABCB

Black with #52ABCB

Text Example


Text Example

White with #52ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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