#52ABC7

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

Shades of Viking #52ABC7

Tints of Viking #52ABC7

Color information

#52ABC7 (or 0x52ABC7) is unknown color: approx Viking. HEX triplet: 52, AB and C7. RGB value is (82,171,199). Sum of RGB (Red+Green+Blue) = 82+171+199=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 199 - color contains mainly: blue. Hex color #52ABC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABC7 is #AD5438. Grayscale: #939393. Windows color (decimal): -11359289 or 13085522. OLE color: 13085522.

HSL color Cylindrical-coordinate representation of color #52ABC7: hue angle of 194.36º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52ABC7 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB82171199-
CMYK0.590.1400.22
HSL194.36º51.09%55.1%-
HSV(B)194.36º58.79%78.04%-
XYZ28.3535.0459.3-
YUV147.58157.0181.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.14%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 199 (78.12% from 255) = 44.03%
R=18.14%
G=37.83%
B=44.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal821711990.590.1400.22194.3651.0955.1
Hex52ABC73BE016c23337
Octal12225330773160263026367
Binary10100101010101111000111111011111001011011000010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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