Html Css Color HEX #5E679C Waikawa Grey

📋 copy color: '#5E679C'

red 94 ◦ green 103 ◦ blue 156

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

Shades of Waikawa Grey #5E679C

Tints of Waikawa Grey #5E679C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

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

R = 26.63%
G = 29.18%
B = 44.19%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E679C (or 0x5E679C) is known color: Waikawa Grey. HEX triplet: 5E, 67 and 9C. RGB value is (94,103,156). Sum of RGB (Red+Green+Blue) = 94+103+156=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E679C is #A19863. Grayscale: #6A6A6A. Windows color (decimal): -10590308 or 10250078. OLE color: 10250078.

HSL color Cylindrical-coordinate representation of color #5E679C: hue angle of 231.29º 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 #5E679C is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 103 156 -
CMYK 0.40 0.34 0 0.39
HSL 231.29º 0.25% 0.49% -
HSV(B) 231.29º 0.4% 0.61% -
XYZ 15.47 14.48 33.43 -
YUV 106.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 94 103 156 0.40 0.34 0 0.39 231.29 0.25 0.49
Hex 5E 67 9C 28 22 0 27 E7 19 31
Octal 136 147 234 50 42 0 47 347 31 61
Binary 1011110 1100111 10011100 101000 100010 0 100111 11100111 11001 110001

Color Harmonies of #5E679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E679C

Black with #5E679C

Text Example


Text Example

White with #5E679C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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