Html Css Color HEX #5E679B Waikawa Grey

📋 copy color: '#5E679B'

red 94 ◦ green 103 ◦ blue 155

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

Shades of Waikawa Grey #5E679B

Tints of Waikawa Grey #5E679B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 26.7%
G = 29.26%
B = 44.03%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E679B (or 0x5E679B) is known color: Waikawa Grey. HEX triplet: 5E, 67 and 9B. RGB value is (94,103,155). Sum of RGB (Red+Green+Blue) = 94+103+155=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E679B is #A19864. Grayscale: #6A6A6A. Windows color (decimal): -10590309 or 10184542. OLE color: 10184542.

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

Color convert

RGB 94 103 155 -
CMYK 0.39 0.34 0 0.39
HSL 231.15º 0.24% 0.49% -
HSV(B) 231.15º 0.39% 0.61% -
XYZ 15.38 14.45 32.99 -
YUV 106.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 94 103 155 0.39 0.34 0 0.39 231.15 0.24 0.49
Hex 5E 67 9B 27 22 0 27 E7 18 31
Octal 136 147 233 47 42 0 47 347 30 61
Binary 1011110 1100111 10011011 100111 100010 0 100111 11100111 11000 110001

Color Harmonies of #5E679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E679B

Black with #5E679B

Text Example


Text Example

White with #5E679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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