Html Css Color HEX #5E7792 Waikawa Grey

📋 copy color: '#5E7792'

red 94 ◦ green 119 ◦ blue 146

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

Shades of Waikawa Grey #5E7792

Tints of Waikawa Grey #5E7792

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.15%

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

R = 26.18%
G = 33.15%
B = 40.67%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5E7792 (or 0x5E7792) is known color: Waikawa Grey. HEX triplet: 5E, 77 and 92. RGB value is (94,119,146). Sum of RGB (Red+Green+Blue) = 94+119+146=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E7792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7792 is #A1886D. Grayscale: #727272. Windows color (decimal): -10586222 or 9598814. OLE color: 9598814.

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

Color convert

RGB 94 119 146 -
CMYK 0.36 0.18 0 0.43
HSL 211.15º 0.22% 0.47% -
HSV(B) 211.15º 0.36% 0.57% -
XYZ 16.4 17.65 29.74 -
YUV 114.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 94 119 146 0.36 0.18 0 0.43 211.15 0.22 0.47
Hex 5E 77 92 24 12 0 2B D3 16 2F
Octal 136 167 222 44 22 0 53 323 26 57
Binary 1011110 1110111 10010010 100100 10010 0 101011 11010011 10110 101111

Color Harmonies of #5E7792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7792

Black with #5E7792

Text Example


Text Example

White with #5E7792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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