#5AB3C9

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

Shades of Viking #5AB3C9

Tints of Viking #5AB3C9

Color information

#5AB3C9 (or 0x5AB3C9) is unknown color: approx Viking. HEX triplet: 5A, B3 and C9. RGB value is (90,179,201). Sum of RGB (Red+Green+Blue) = 90+179+201=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #5AB3C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB3C9 is #A54C36. Grayscale: #9A9A9A. Windows color (decimal): -10832951 or 13218650. OLE color: 13218650.

HSL color Cylindrical-coordinate representation of color #5AB3C9: hue angle of 191.89º 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 #5AB3C9 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB90179201-
CMYK0.550.1100.21
HSL191.89º50.68%57.06%-
HSV(B)191.89º55.22%78.82%-
XYZ30.8838.6361.09-
YUV154.9154.0181.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.15%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 201 (78.91% from 255) = 42.77%
R=19.15%
G=38.09%
B=42.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901792010.550.1100.21191.8950.6857.06
Hex5AB3C937B015c03339
Octal13226331167130253006371
Binary10110101011001111001001110111101101010111000000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,179,201); }

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

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

 a { background-color: rgb(90,179,201); }

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

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

 span { border-color: rgb(90,179,201); }

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