#5EADCA

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

Shades of Viking #5EADCA

Tints of Viking #5EADCA

Color information

#5EADCA (or 0x5EADCA) is unknown color: approx Viking. HEX triplet: 5E, AD and CA. RGB value is (94,173,202). Sum of RGB (Red+Green+Blue) = 94+173+202=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #5EADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADCA is #A15235. Grayscale: #989898. Windows color (decimal): -10572342 or 13282654. OLE color: 13282654.

HSL color Cylindrical-coordinate representation of color #5EADCA: hue angle of 196.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EADCA is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94173202-
CMYK0.530.1400.21
HSL196.11º50.47%58.04%-
HSV(B)196.11º53.47%79.22%-
XYZ30.2236.5361.34-
YUV152.68155.8386.14-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.04%
GREEN value IS 173 (67.97% from 255) = 36.89%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=20.04%
G=36.89%
B=43.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941732020.530.1400.21196.1150.4758.04
Hex5EADCA35E015c4323a
Octal13625531265160253046272
Binary10111101010110111001010110101111001010111000100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,173,202); }

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

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

 a { background-color: rgb(94,173,202); }

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

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

 span { border-color: rgb(94,173,202); }

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