Html Css Color HEX #5E719C Waikawa Grey

📋 copy color: '#5E719C'

red 94 ◦ green 113 ◦ blue 156

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

Shades of Waikawa Grey #5E719C

Tints of Waikawa Grey #5E719C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

 BLUE value IS 156 (61.33% from 255) = 42.98%

R = 25.9%
G = 31.13%
B = 42.98%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E719C (or 0x5E719C) is known color: Waikawa Grey. HEX triplet: 5E, 71 and 9C. RGB value is (94,113,156). Sum of RGB (Red+Green+Blue) = 94+113+156=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E719C is #A18E63. Grayscale: #707070. Windows color (decimal): -10587748 or 10252638. OLE color: 10252638.

HSL color Cylindrical-coordinate representation of color #5E719C: hue angle of 221.61º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E719C is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 113 156 -
CMYK 0.40 0.28 0 0.39
HSL 221.61º 0.25% 0.49% -
HSV(B) 221.61º 0.4% 0.61% -
XYZ 16.52 16.59 33.78 -
YUV 112.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 94 113 156 0.40 0.28 0 0.39 221.61 0.25 0.49
Hex 5E 71 9C 28 1C 0 27 DE 19 31
Octal 136 161 234 50 34 0 47 336 31 61
Binary 1011110 1110001 10011100 101000 11100 0 100111 11011110 11001 110001

Color Harmonies of #5E719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E719C

Black with #5E719C

Text Example


Text Example

White with #5E719C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,113,156); }

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

background-color css

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

 a { background-color: rgb(94,113,156); }

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

border-color css

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

 span { border-color: rgb(94,113,156); }

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