#52ABCC

Color #52ABCC Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #52ABCC

Tints of Viking #52ABCC

Color information

#52ABCC (or 0x52ABCC) is unknown color: approx Viking. HEX triplet: 52, AB and CC. RGB value is (82,171,204). Sum of RGB (Red+Green+Blue) = 82+171+204=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #52ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABCC is #AD5433. Grayscale: #939393. Windows color (decimal): -11359284 or 13413202. OLE color: 13413202.

HSL color Cylindrical-coordinate representation of color #52ABCC: hue angle of 196.23º 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 #52ABCC is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB82171204-
CMYK0.600.1600.2
HSL196.23º54.46%56.08%-
HSV(B)196.23º59.8%80%-
XYZ28.9435.2862.41-
YUV148.15159.5180.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.94%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=17.94%
G=37.42%
B=44.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal821712040.600.1600.2196.2354.4656.08
Hex52ABCC3C10014c43638
Octal12225331474200243046670
Binary101001010101011110011001111001000001010011000100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52ABCC;
 }
 .AnyTagClassName
 {
   color: #52ABCC;
 }
</style>
background-color css

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

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

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

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

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

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