#5ABBCD

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

Shades of Viking #5ABBCD

Tints of Viking #5ABBCD

Color information

#5ABBCD (or 0x5ABBCD) is unknown color: approx Viking. HEX triplet: 5A, BB and CD. RGB value is (90,187,205). Sum of RGB (Red+Green+Blue) = 90+187+205=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #5ABBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABBCD is #A54432. Grayscale: #9F9F9F. Windows color (decimal): -10830899 or 13482842. OLE color: 13482842.

HSL color Cylindrical-coordinate representation of color #5ABBCD: hue angle of 189.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ABBCD is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB90187205-
CMYK0.560.0900.20
HSL189.39º53.49%57.84%-
HSV(B)189.39º56.1%80.39%-
XYZ33.0142.1264.15-
YUV160.05153.3678.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.67%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=18.67%
G=38.80%
B=42.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901872050.560.0900.20189.3953.4957.84
Hex5ABBCD389014bd353a
Octal13227331570110242756572
Binary10110101011101111001101111000100101010010111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,187,205); }

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

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

 a { background-color: rgb(90,187,205); }

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

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

 span { border-color: rgb(90,187,205); }

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