Html Css Color HEX #5E7896 Waikawa Grey

📋 copy color: '#5E7896'

red 94 ◦ green 120 ◦ blue 150

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

Shades of Waikawa Grey #5E7896

Tints of Waikawa Grey #5E7896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.97%

 BLUE value IS 150 (58.98% from 255) = 41.21%

R = 25.82%
G = 32.97%
B = 41.21%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5E7896 (or 0x5E7896) is known color: Waikawa Grey. HEX triplet: 5E, 78 and 96. RGB value is (94,120,150). Sum of RGB (Red+Green+Blue) = 94+120+150=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E7896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7896 is #A18769. Grayscale: #737373. Windows color (decimal): -10585962 or 9861214. OLE color: 9861214.

HSL color Cylindrical-coordinate representation of color #5E7896: hue angle of 212.14º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E7896 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 120 150 -
CMYK 0.37 0.20 0 0.41
HSL 212.14º 0.23% 0.48% -
HSV(B) 212.14º 0.37% 0.59% -
XYZ 16.84 18.01 31.44 -
YUV 115.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 94 120 150 0.37 0.20 0 0.41 212.14 0.23 0.48
Hex 5E 78 96 25 14 0 29 D4 17 30
Octal 136 170 226 45 24 0 51 324 27 60
Binary 1011110 1111000 10010110 100101 10100 0 101001 11010100 10111 110000

Color Harmonies of #5E7896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7896

Black with #5E7896

Text Example


Text Example

White with #5E7896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,120,150); }

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

background-color css

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

 a { background-color: rgb(94,120,150); }

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

border-color css

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

 span { border-color: rgb(94,120,150); }

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