Html Css Color HEX #5E7692 Waikawa Grey

📋 copy color: '#5E7692'

red 94 ◦ green 118 ◦ blue 146

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

Shades of Waikawa Grey #5E7692

Tints of Waikawa Grey #5E7692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

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

R = 26.26%
G = 32.96%
B = 40.78%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5E7692 (or 0x5E7692) is known color: Waikawa Grey. HEX triplet: 5E, 76 and 92. RGB value is (94,118,146). Sum of RGB (Red+Green+Blue) = 94+118+146=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E7692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7692 is #A1896D. Grayscale: #717171. Windows color (decimal): -10586478 or 9598558. OLE color: 9598558.

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

Color convert

RGB 94 118 146 -
CMYK 0.36 0.19 0 0.43
HSL 212.31º 0.22% 0.47% -
HSV(B) 212.31º 0.36% 0.57% -
XYZ 16.28 17.41 29.7 -
YUV 114.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 94 118 146 0.36 0.19 0 0.43 212.31 0.22 0.47
Hex 5E 76 92 24 13 0 2B D4 16 2F
Octal 136 166 222 44 23 0 53 324 26 57
Binary 1011110 1110110 10010010 100100 10011 0 101011 11010100 10110 101111

Color Harmonies of #5E7692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7692

Black with #5E7692

Text Example


Text Example

White with #5E7692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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