#5ABACE

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

Shades of Viking #5ABACE

Tints of Viking #5ABACE

Color information

#5ABACE (or 0x5ABACE) is unknown color: approx Viking. HEX triplet: 5A, BA and CE. RGB value is (90,186,206). Sum of RGB (Red+Green+Blue) = 90+186+206=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #5ABACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABACE is #A54531. Grayscale: #9F9F9F. Windows color (decimal): -10831154 or 13548122. OLE color: 13548122.

HSL color Cylindrical-coordinate representation of color #5ABACE: hue angle of 190.34º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ABACE is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB90186206-
CMYK0.560.1000.19
HSL190.34º54.21%58.04%-
HSV(B)190.34º56.31%80.78%-
XYZ32.9241.7564.72-
YUV159.58154.278.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.67%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=18.67%
G=38.59%
B=42.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal901862060.560.1000.19190.3454.2158.04
Hex5ABACE38A013be363a
Octal13227231670120232766672
Binary10110101011101011001110111000101001001110111110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,186,206); }

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

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

 a { background-color: rgb(90,186,206); }

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

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

 span { border-color: rgb(90,186,206); }

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