Html Css Color HEX #5B689A Waikawa Grey

📋 copy color: '#5B689A'

red 91 ◦ green 104 ◦ blue 154

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

Shades of Waikawa Grey #5B689A

Tints of Waikawa Grey #5B689A

RGB

 RED value IS 91 (35.94% from 255) = 26.07%

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

 BLUE value IS 154 (60.55% from 255) = 44.13%

R = 26.07%
G = 29.8%
B = 44.13%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B689A (or 0x5B689A) is known color: Waikawa Grey. HEX triplet: 5B, 68 and 9A. RGB value is (91,104,154). Sum of RGB (Red+Green+Blue) = 91+104+154=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B689A is #A49765. Grayscale: #696969. Windows color (decimal): -10786662 or 10119259. OLE color: 10119259.

HSL color Cylindrical-coordinate representation of color #5B689A: hue angle of 227.62º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B689A is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 104 154 -
CMYK 0.41 0.32 0 0.40
HSL 227.62º 0.26% 0.48% -
HSV(B) 227.62º 0.41% 0.6% -
XYZ 15.1 14.46 32.57 -
YUV 105.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 91 104 154 0.41 0.32 0 0.40 227.62 0.26 0.48
Hex 5B 68 9A 29 20 0 28 E4 1A 30
Octal 133 150 232 51 40 0 50 344 32 60
Binary 1011011 1101000 10011010 101001 100000 0 101000 11100100 11010 110000

Color Harmonies of #5B689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B689A

Black with #5B689A

Text Example


Text Example

White with #5B689A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,104,154); }

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

background-color css

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

 a { background-color: rgb(91,104,154); }

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

border-color css

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

 span { border-color: rgb(91,104,154); }

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