#5AB4C1

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

Shades of Viking #5AB4C1

Tints of Viking #5AB4C1

Color information

#5AB4C1 (or 0x5AB4C1) is unknown color: approx Viking. HEX triplet: 5A, B4 and C1. RGB value is (90,180,193). Sum of RGB (Red+Green+Blue) = 90+180+193=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #5AB4C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB4C1 is #A54B3E. Grayscale: #9A9A9A. Windows color (decimal): -10832703 or 12694618. OLE color: 12694618.

HSL color Cylindrical-coordinate representation of color #5AB4C1: hue angle of 187.57º 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 #5AB4C1 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB90180193-
CMYK0.530.0700.24
HSL187.57º45.37%55.49%-
HSV(B)187.57º53.37%75.69%-
XYZ30.1638.6756.33-
YUV154.57149.6881.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.44%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=19.44%
G=38.88%
B=41.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal901801930.530.0700.24187.5745.3755.49
Hex5AB4C1357018bc2d37
Octal1322643016570302745567
Binary1011010101101001100000111010111101100010111100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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