Html Css Color HEX #5B6189 Waikawa Grey

📋 copy color: '#5B6189'

red 91 ◦ green 97 ◦ blue 137

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

Shades of Waikawa Grey #5B6189

Tints of Waikawa Grey #5B6189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

 BLUE value IS 137 (53.91% from 255) = 42.15%

R = 28%
G = 29.85%
B = 42.15%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5B6189 (or 0x5B6189) is known color: Waikawa Grey. HEX triplet: 5B, 61 and 89. RGB value is (91,97,137). Sum of RGB (Red+Green+Blue) = 91+97+137=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #5B6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6189 is #A49E76. Grayscale: #636363. Windows color (decimal): -10788471 or 9003355. OLE color: 9003355.

HSL color Cylindrical-coordinate representation of color #5B6189: hue angle of 232.17º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B6189 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 91 97 137 -
CMYK 0.34 0.29 0 0.46
HSL 232.17º 0.2% 0.45% -
HSV(B) 232.17º 0.34% 0.54% -
XYZ 13.1 12.58 25.4 -
YUV 99.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 91 97 137 0.34 0.29 0 0.46 232.17 0.2 0.45
Hex 5B 61 89 22 1D 0 2E E8 14 2D
Octal 133 141 211 42 35 0 56 350 24 55
Binary 1011011 1100001 10001001 100010 11101 0 101110 11101000 10100 101101

Color Harmonies of #5B6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6189

Black with #5B6189

Text Example


Text Example

White with #5B6189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,97,137); }

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

background-color css

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

 a { background-color: rgb(91,97,137); }

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

border-color css

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

 span { border-color: rgb(91,97,137); }

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