#5ABDCA

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

Shades of Viking #5ABDCA

Tints of Viking #5ABDCA

Color information

#5ABDCA (or 0x5ABDCA) is unknown color: approx Viking. HEX triplet: 5A, BD and CA. RGB value is (90,189,202). Sum of RGB (Red+Green+Blue) = 90+189+202=481 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.71% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #5ABDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDCA is #A54235. Grayscale: #A0A0A0. Windows color (decimal): -10830390 or 13286746. OLE color: 13286746.

HSL color Cylindrical-coordinate representation of color #5ABDCA: hue angle of 186.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ABDCA is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB90189202-
CMYK0.550.0600.21
HSL186.96º51.38%57.25%-
HSV(B)186.96º55.45%79.22%-
XYZ33.0742.8362.4-
YUV160.88151.277.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.71%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=18.71%
G=39.29%
B=42.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901892020.550.0600.21186.9651.3857.25
Hex5ABDCA376015bb3339
Octal1322753126760252736371
Binary1011010101111011100101011011111001010110111011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,189,202); }

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

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

 a { background-color: rgb(90,189,202); }

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

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

 span { border-color: rgb(90,189,202); }

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