Html Css Color HEX #5E7594 Waikawa Grey

📋 copy color: '#5E7594'

red 94 ◦ green 117 ◦ blue 148

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

Shades of Waikawa Grey #5E7594

Tints of Waikawa Grey #5E7594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 26.18%
G = 32.59%
B = 41.23%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E7594 (or 0x5E7594) is known color: Waikawa Grey. HEX triplet: 5E, 75 and 94. RGB value is (94,117,148). Sum of RGB (Red+Green+Blue) = 94+117+148=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E7594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7594 is #A18A6B. Grayscale: #717171. Windows color (decimal): -10586732 or 9729374. OLE color: 9729374.

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

Color convert

RGB 94 117 148 -
CMYK 0.36 0.21 0 0.42
HSL 214.44º 0.22% 0.47% -
HSV(B) 214.44º 0.36% 0.58% -
XYZ 16.32 17.24 30.48 -
YUV 113.66 147.38 113.98 -
System Red Green Blue C M Y K H S L
Decimal 94 117 148 0.36 0.21 0 0.42 214.44 0.22 0.47
Hex 5E 75 94 24 15 0 2A D6 16 2F
Octal 136 165 224 44 25 0 52 326 26 57
Binary 1011110 1110101 10010100 100100 10101 0 101010 11010110 10110 101111

Color Harmonies of #5E7594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7594

Black with #5E7594

Text Example


Text Example

White with #5E7594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,117,148); }

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

background-color css

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

 a { background-color: rgb(94,117,148); }

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

border-color css

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

 span { border-color: rgb(94,117,148); }

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