Html Css Color HEX #5E689B Waikawa Grey

📋 copy color: '#5E689B'

red 94 ◦ green 104 ◦ blue 155

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

Shades of Waikawa Grey #5E689B

Tints of Waikawa Grey #5E689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.46%

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

R = 26.63%
G = 29.46%
B = 43.91%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E689B (or 0x5E689B) is known color: Waikawa Grey. HEX triplet: 5E, 68 and 9B. RGB value is (94,104,155). Sum of RGB (Red+Green+Blue) = 94+104+155=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E689B is #A19764. Grayscale: #6A6A6A. Windows color (decimal): -10590053 or 10184798. OLE color: 10184798.

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

Color convert

RGB 94 104 155 -
CMYK 0.39 0.33 0 0.39
HSL 230.16º 0.24% 0.49% -
HSV(B) 230.16º 0.39% 0.61% -
XYZ 15.48 14.65 33.02 -
YUV 106.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 94 104 155 0.39 0.33 0 0.39 230.16 0.24 0.49
Hex 5E 68 9B 27 21 0 27 E6 18 31
Octal 136 150 233 47 41 0 47 346 30 61
Binary 1011110 1101000 10011011 100111 100001 0 100111 11100110 11000 110001

Color Harmonies of #5E689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E689B

Black with #5E689B

Text Example


Text Example

White with #5E689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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