Html Css Color HEX #5EAAC4 Viking

📋 copy color: '#5EAAC4'

red 94 ◦ green 170 ◦ blue 196

#5EAAC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #5EAAC4

Tints of Viking #5EAAC4

RGB

 RED value IS 94 (37.11% from 255) = 20.43%

 GREEN value IS 170 (66.8% from 255) = 36.96%

 BLUE value IS 196 (76.95% from 255) = 42.61%

R = 20.43%
G = 36.96%
B = 42.61%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5EAAC4 (or 0x5EAAC4) is known color: Viking. HEX triplet: 5E, AA and C4. RGB value is (94,170,196). Sum of RGB (Red+Green+Blue) = 94+170+196=460 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.43% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 196 - color contains mainly: blue. Hex color #5EAAC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAAC4 is #A1553B. Grayscale: #969696. Windows color (decimal): -10573116 or 12888670. OLE color: 12888670.

HSL color Cylindrical-coordinate representation of color #5EAAC4: hue angle of 195.29º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EAAC4 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 94 170 196 -
CMYK 0.52 0.13 0 0.23
HSL 195.29º 0.46% 0.57% -
HSV(B) 195.29º 0.52% 0.77% -
XYZ 28.95 35.11 57.48 -
YUV 150.24 153.82 87.89 -
System Red Green Blue C M Y K H S L
Decimal 94 170 196 0.52 0.13 0 0.23 195.29 0.46 0.57
Hex 5E AA C4 34 D 0 17 C3 2E 39
Octal 136 252 304 64 15 0 27 303 56 71
Binary 1011110 10101010 11000100 110100 1101 0 10111 11000011 101110 111001

Color Harmonies of #5EAAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAAC4

Black with #5EAAC4

Text Example


Text Example

White with #5EAAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,170,196); }

 H1.HeaderClassName
 {
   color: #5EAAC4;
 }
 .AnyTagClassName
 {
   color: #5EAAC4;
 }
</style>

background-color css

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

 a { background-color: rgb(94,170,196); }

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

border-color css

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

 span { border-color: rgb(94,170,196); }

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