#5EBACD

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

Shades of Viking #5EBACD

Tints of Viking #5EBACD

Color information

#5EBACD (or 0x5EBACD) is unknown color: approx Viking. HEX triplet: 5E, BA and CD. RGB value is (94,186,205). Sum of RGB (Red+Green+Blue) = 94+186+205=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #5EBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBACD is #A14532. Grayscale: #A0A0A0. Windows color (decimal): -10569011 or 13482590. OLE color: 13482590.

HSL color Cylindrical-coordinate representation of color #5EBACD: hue angle of 190.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EBACD is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB94186205-
CMYK0.540.0900.20
HSL190.27º52.61%58.63%-
HSV(B)190.27º54.15%80.39%-
XYZ33.1941.9164.1-
YUV160.66153.0280.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.38%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=19.38%
G=38.35%
B=42.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941862050.540.0900.20190.2752.6158.63
Hex5EBACD369014be353b
Octal13627231566110242766573
Binary10111101011101011001101110110100101010010111110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,186,205); }

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

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

 a { background-color: rgb(94,186,205); }

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

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

 span { border-color: rgb(94,186,205); }

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