#5AB5C1

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

Shades of Viking #5AB5C1

Tints of Viking #5AB5C1

Color information

#5AB5C1 (or 0x5AB5C1) is unknown color: approx Viking. HEX triplet: 5A, B5 and C1. RGB value is (90,181,193). Sum of RGB (Red+Green+Blue) = 90+181+193=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #5AB5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB5C1 is #A54A3E. Grayscale: #9B9B9B. Windows color (decimal): -10832447 or 12694874. OLE color: 12694874.

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

Color convert

RGB90181193-
CMYK0.530.0600.24
HSL186.99º45.37%55.49%-
HSV(B)186.99º53.37%75.69%-
XYZ30.3739.0756.39-
YUV155.16149.3581.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.40%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=19.40%
G=39.01%
B=41.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal901811930.530.0600.24186.9945.3755.49
Hex5AB5C1356018bb2d37
Octal1322653016560302735567
Binary1011010101101011100000111010111001100010111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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