Html Css Color HEX #5E7593 Waikawa Grey

📋 copy color: '#5E7593'

red 94 ◦ green 117 ◦ blue 147

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

Shades of Waikawa Grey #5E7593

Tints of Waikawa Grey #5E7593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 26.26%
G = 32.68%
B = 41.06%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E7593 (or 0x5E7593) is known color: Waikawa Grey. HEX triplet: 5E, 75 and 93. RGB value is (94,117,147). Sum of RGB (Red+Green+Blue) = 94+117+147=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E7593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7593 is #A18A6C. Grayscale: #717171. Windows color (decimal): -10586733 or 9663838. OLE color: 9663838.

HSL color Cylindrical-coordinate representation of color #5E7593: hue angle of 213.96º 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 #5E7593 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 117 147 -
CMYK 0.36 0.20 0 0.42
HSL 213.96º 0.22% 0.47% -
HSV(B) 213.96º 0.36% 0.58% -
XYZ 16.24 17.21 30.07 -
YUV 113.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 94 117 147 0.36 0.20 0 0.42 213.96 0.22 0.47
Hex 5E 75 93 24 14 0 2A D6 16 2F
Octal 136 165 223 44 24 0 52 326 26 57
Binary 1011110 1110101 10010011 100100 10100 0 101010 11010110 10110 101111

Color Harmonies of #5E7593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7593

Black with #5E7593

Text Example


Text Example

White with #5E7593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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