Html Css Color HEX #5E7392 Waikawa Grey

📋 copy color: '#5E7392'

red 94 ◦ green 115 ◦ blue 146

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

Shades of Waikawa Grey #5E7392

Tints of Waikawa Grey #5E7392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 26.48%
G = 32.39%
B = 41.13%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5E7392 (or 0x5E7392) is known color: Waikawa Grey. HEX triplet: 5E, 73 and 92. RGB value is (94,115,146). Sum of RGB (Red+Green+Blue) = 94+115+146=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E7392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7392 is #A18C6D. Grayscale: #707070. Windows color (decimal): -10587246 or 9597790. OLE color: 9597790.

HSL color Cylindrical-coordinate representation of color #5E7392: hue angle of 215.77º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E7392 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 115 146 -
CMYK 0.36 0.21 0 0.43
HSL 215.77º 0.22% 0.47% -
HSV(B) 215.77º 0.36% 0.57% -
XYZ 15.94 16.72 29.58 -
YUV 112.26 147.04 114.98 -
System Red Green Blue C M Y K H S L
Decimal 94 115 146 0.36 0.21 0 0.43 215.77 0.22 0.47
Hex 5E 73 92 24 15 0 2B D8 16 2F
Octal 136 163 222 44 25 0 53 330 26 57
Binary 1011110 1110011 10010010 100100 10101 0 101011 11011000 10110 101111

Color Harmonies of #5E7392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7392

Black with #5E7392

Text Example


Text Example

White with #5E7392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,115,146); }

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

background-color css

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

 a { background-color: rgb(94,115,146); }

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

border-color css

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

 span { border-color: rgb(94,115,146); }

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