Html Css Color HEX #5E6E98 Waikawa Grey

📋 copy color: '#5E6E98'

red 94 ◦ green 110 ◦ blue 152

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

Shades of Waikawa Grey #5E6E98

Tints of Waikawa Grey #5E6E98

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

 BLUE value IS 152 (59.77% from 255) = 42.7%

R = 26.4%
G = 30.9%
B = 42.7%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5E6E98 (or 0x5E6E98) is known color: Waikawa Grey. HEX triplet: 5E, 6E and 98. RGB value is (94,110,152). Sum of RGB (Red+Green+Blue) = 94+110+152=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E6E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6E98 is #A19167. Grayscale: #6D6D6D. Windows color (decimal): -10588520 or 9989726. OLE color: 9989726.

HSL color Cylindrical-coordinate representation of color #5E6E98: hue angle of 223.45º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E6E98 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 110 152 -
CMYK 0.38 0.28 0 0.40
HSL 223.45º 0.24% 0.48% -
HSV(B) 223.45º 0.38% 0.6% -
XYZ 15.86 15.8 31.92 -
YUV 110 151.7 116.58 -
System Red Green Blue C M Y K H S L
Decimal 94 110 152 0.38 0.28 0 0.40 223.45 0.24 0.48
Hex 5E 6E 98 26 1C 0 28 DF 18 30
Octal 136 156 230 46 34 0 50 337 30 60
Binary 1011110 1101110 10011000 100110 11100 0 101000 11011111 11000 110000

Color Harmonies of #5E6E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6E98

Black with #5E6E98

Text Example


Text Example

White with #5E6E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,110,152); }

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

background-color css

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

 a { background-color: rgb(94,110,152); }

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

border-color css

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

 span { border-color: rgb(94,110,152); }

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