#5AB4C9

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

Shades of Viking #5AB4C9

Tints of Viking #5AB4C9

Color information

#5AB4C9 (or 0x5AB4C9) is unknown color: approx Viking. HEX triplet: 5A, B4 and C9. RGB value is (90,180,201). Sum of RGB (Red+Green+Blue) = 90+180+201=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #5AB4C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB4C9 is #A54B36. Grayscale: #9B9B9B. Windows color (decimal): -10832695 or 13218906. OLE color: 13218906.

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

Color convert

RGB90180201-
CMYK0.550.1000.21
HSL191.35º50.68%57.06%-
HSV(B)191.35º55.22%78.82%-
XYZ31.0839.0361.15-
YUV155.48153.6881.29-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.11%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=19.11%
G=38.22%
B=42.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901802010.550.1000.21191.3550.6857.06
Hex5AB4C937A015bf3339
Octal13226431167120252776371
Binary10110101011010011001001110111101001010110111111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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