Html Css Color HEX #5E7495 Waikawa Grey

📋 copy color: '#5E7495'

red 94 ◦ green 116 ◦ blue 149

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

Shades of Waikawa Grey #5E7495

Tints of Waikawa Grey #5E7495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.31%

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 26.18%
G = 32.31%
B = 41.5%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E7495 (or 0x5E7495) is known color: Waikawa Grey. HEX triplet: 5E, 74 and 95. RGB value is (94,116,149). Sum of RGB (Red+Green+Blue) = 94+116+149=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E7495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7495 is #A18B6A. Grayscale: #717171. Windows color (decimal): -10586987 or 9794654. OLE color: 9794654.

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

Color convert

RGB 94 116 149 -
CMYK 0.37 0.22 0 0.42
HSL 216º 0.23% 0.48% -
HSV(B) 216º 0.37% 0.58% -
XYZ 16.29 17.04 30.86 -
YUV 113.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 94 116 149 0.37 0.22 0 0.42 216 0.23 0.48
Hex 5E 74 95 25 16 0 2A D8 17 30
Octal 136 164 225 45 26 0 52 330 27 60
Binary 1011110 1110100 10010101 100101 10110 0 101010 11011000 10111 110000

Color Harmonies of #5E7495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7495

Black with #5E7495

Text Example


Text Example

White with #5E7495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,116,149); }

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

background-color css

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

 a { background-color: rgb(94,116,149); }

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

border-color css

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

 span { border-color: rgb(94,116,149); }

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