#5AB5C0

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

Shades of Viking #5AB5C0

Tints of Viking #5AB5C0

Color information

#5AB5C0 (or 0x5AB5C0) is unknown color: approx Viking. HEX triplet: 5A, B5 and C0. RGB value is (90,181,192). Sum of RGB (Red+Green+Blue) = 90+181+192=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #5AB5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB5C0 is #A54A3F. Grayscale: #9A9A9A. Windows color (decimal): -10832448 or 12629338. OLE color: 12629338.

HSL color Cylindrical-coordinate representation of color #5AB5C0: hue angle of 186.47º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AB5C0 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB90181192-
CMYK0.530.0600.25
HSL186.47º44.74%55.29%-
HSV(B)186.47º53.12%75.29%-
XYZ30.2539.0355.81-
YUV155.05148.8581.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.44%
GREEN value IS 181 (71.09% from 255) = 39.09%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=19.44%
G=39.09%
B=41.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901811920.530.0600.25186.4744.7455.29
Hex5AB5C0356019ba2d37
Octal1322653006560312725567
Binary1011010101101011100000011010111001100110111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AB5C0; }

 p { color: rgb(90,181,192); }

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

<style>
 a { background-color: #5AB5C0; }

 a { background-color: rgb(90,181,192); }

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

<style>
 span { border-color: #5AB5C0; }

 span { border-color: rgb(90,181,192); }

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