Html Css Color HEX #5B6586 Waikawa Grey

📋 copy color: '#5B6586'

red 91 ◦ green 101 ◦ blue 134

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

Shades of Waikawa Grey #5B6586

Tints of Waikawa Grey #5B6586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 27.91%
G = 30.98%
B = 41.1%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5B6586 (or 0x5B6586) is known color: Waikawa Grey. HEX triplet: 5B, 65 and 86. RGB value is (91,101,134). Sum of RGB (Red+Green+Blue) = 91+101+134=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B6586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6586 is #A49A79. Grayscale: #656565. Windows color (decimal): -10787450 or 8807771. OLE color: 8807771.

HSL color Cylindrical-coordinate representation of color #5B6586: hue angle of 226.05º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B6586 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 101 134 -
CMYK 0.32 0.25 0 0.47
HSL 226.05º 0.19% 0.44% -
HSV(B) 226.05º 0.32% 0.53% -
XYZ 13.27 13.25 24.41 -
YUV 101.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 91 101 134 0.32 0.25 0 0.47 226.05 0.19 0.44
Hex 5B 65 86 20 19 0 2F E2 13 2C
Octal 133 145 206 40 31 0 57 342 23 54
Binary 1011011 1100101 10000110 100000 11001 0 101111 11100010 10011 101100

Color Harmonies of #5B6586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6586

Black with #5B6586

Text Example


Text Example

White with #5B6586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,101,134); }

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

background-color css

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

 a { background-color: rgb(91,101,134); }

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

border-color css

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

 span { border-color: rgb(91,101,134); }

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