#5EAFC1

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

Shades of Viking #5EAFC1

Tints of Viking #5EAFC1

Color information

#5EAFC1 (or 0x5EAFC1) is unknown color: approx Viking. HEX triplet: 5E, AF and C1. RGB value is (94,175,193). Sum of RGB (Red+Green+Blue) = 94+175+193=462 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.35% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #5EAFC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFC1 is #A1503E. Grayscale: #989898. Windows color (decimal): -10571839 or 12693342. OLE color: 12693342.

HSL color Cylindrical-coordinate representation of color #5EAFC1: hue angle of 190.91º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EAFC1 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB94175193-
CMYK0.510.0900.24
HSL190.91º44.39%56.27%-
HSV(B)190.91º51.3%75.69%-
XYZ29.5736.8956.01-
YUV152.83150.6686.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.35%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=20.35%
G=37.88%
B=41.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal941751930.510.0900.24190.9144.3956.27
Hex5EAFC1339018bf2c38
Octal13625730163110302775470
Binary10111101010111111000001110011100101100010111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,175,193); }

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

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

 a { background-color: rgb(94,175,193); }

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

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

 span { border-color: rgb(94,175,193); }

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