#5AB0D1

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

Shades of Viking #5AB0D1

Tints of Viking #5AB0D1

Color information

#5AB0D1 (or 0x5AB0D1) is unknown color: approx Viking. HEX triplet: 5A, B0 and D1. RGB value is (90,176,209). Sum of RGB (Red+Green+Blue) = 90+176+209=475 (62% of max value = 765). Red value is 90 (35.55% from 255 or 18.95% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #5AB0D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB0D1 is #A54F2E. Grayscale: #999999. Windows color (decimal): -10833711 or 13742170. OLE color: 13742170.

HSL color Cylindrical-coordinate representation of color #5AB0D1: hue angle of 196.64º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AB0D1 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB90176209-
CMYK0.570.1600.18
HSL196.64º56.4%58.63%-
HSV(B)196.64º56.94%81.96%-
XYZ31.2537.8365.98-
YUV154.05159.0182.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.95%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 209 (82.03% from 255) = 44%
R=18.95%
G=37.05%
B=44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal901762090.570.1600.18196.6456.458.63
Hex5AB0D13910012c5383b
Octal13226032171200223057073
Binary101101010110000110100011110011000001001011000101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,176,209); }

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

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

 a { background-color: rgb(90,176,209); }

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

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

 span { border-color: rgb(90,176,209); }

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