Html Css Color HEX #5E7492 Waikawa Grey

📋 copy color: '#5E7492'

red 94 ◦ green 116 ◦ blue 146

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

Shades of Waikawa Grey #5E7492

Tints of Waikawa Grey #5E7492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 26.4%
G = 32.58%
B = 41.01%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5E7492 (or 0x5E7492) is known color: Waikawa Grey. HEX triplet: 5E, 74 and 92. RGB value is (94,116,146). Sum of RGB (Red+Green+Blue) = 94+116+146=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E7492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7492 is #A18B6D. Grayscale: #707070. Windows color (decimal): -10586990 or 9598046. OLE color: 9598046.

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

Color convert

RGB 94 116 146 -
CMYK 0.36 0.21 0 0.43
HSL 214.62º 0.22% 0.47% -
HSV(B) 214.62º 0.36% 0.57% -
XYZ 16.05 16.95 29.62 -
YUV 112.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 94 116 146 0.36 0.21 0 0.43 214.62 0.22 0.47
Hex 5E 74 92 24 15 0 2B D7 16 2F
Octal 136 164 222 44 25 0 53 327 26 57
Binary 1011110 1110100 10010010 100100 10101 0 101011 11010111 10110 101111

Color Harmonies of #5E7492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7492

Black with #5E7492

Text Example


Text Example

White with #5E7492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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