Html Css Color HEX #5B6891 Waikawa Grey

📋 copy color: '#5B6891'

red 91 ◦ green 104 ◦ blue 145

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

Shades of Waikawa Grey #5B6891

Tints of Waikawa Grey #5B6891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 26.76%
G = 30.59%
B = 42.65%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5B6891 (or 0x5B6891) is known color: Waikawa Grey. HEX triplet: 5B, 68 and 91. RGB value is (91,104,145). Sum of RGB (Red+Green+Blue) = 91+104+145=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #5B6891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6891 is #A4976E. Grayscale: #686868. Windows color (decimal): -10786671 or 9529435. OLE color: 9529435.

HSL color Cylindrical-coordinate representation of color #5B6891: hue angle of 225.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B6891 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 104 145 -
CMYK 0.37 0.28 0 0.43
HSL 225.56º 0.23% 0.46% -
HSV(B) 225.56º 0.37% 0.57% -
XYZ 14.38 14.17 28.77 -
YUV 104.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 91 104 145 0.37 0.28 0 0.43 225.56 0.23 0.46
Hex 5B 68 91 25 1C 0 2B E2 17 2E
Octal 133 150 221 45 34 0 53 342 27 56
Binary 1011011 1101000 10010001 100101 11100 0 101011 11100010 10111 101110

Color Harmonies of #5B6891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6891

Black with #5B6891

Text Example


Text Example

White with #5B6891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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