Html Css Color HEX #5E6D90 Waikawa Grey

📋 copy color: '#5E6D90'

red 94 ◦ green 109 ◦ blue 144

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

Shades of Waikawa Grey #5E6D90

Tints of Waikawa Grey #5E6D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 27.09%
G = 31.41%
B = 41.5%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E6D90 (or 0x5E6D90) is known color: Waikawa Grey. HEX triplet: 5E, 6D and 90. RGB value is (94,109,144). Sum of RGB (Red+Green+Blue) = 94+109+144=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E6D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6D90 is #A1926F. Grayscale: #6C6C6C. Windows color (decimal): -10588784 or 9465182. OLE color: 9465182.

HSL color Cylindrical-coordinate representation of color #5E6D90: hue angle of 222º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E6D90 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 109 144 -
CMYK 0.35 0.24 0 0.44
HSL 222º 0.21% 0.47% -
HSV(B) 222º 0.35% 0.56% -
XYZ 15.12 15.33 28.55 -
YUV 108.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 94 109 144 0.35 0.24 0 0.44 222 0.21 0.47
Hex 5E 6D 90 23 18 0 2C DE 15 2F
Octal 136 155 220 43 30 0 54 336 25 57
Binary 1011110 1101101 10010000 100011 11000 0 101100 11011110 10101 101111

Color Harmonies of #5E6D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6D90

Black with #5E6D90

Text Example


Text Example

White with #5E6D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,109,144); }

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

background-color css

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

 a { background-color: rgb(94,109,144); }

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

border-color css

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

 span { border-color: rgb(94,109,144); }

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