Html Css Color HEX #5B6787 Waikawa Grey

📋 copy color: '#5B6787'

red 91 ◦ green 103 ◦ blue 135

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

Shades of Waikawa Grey #5B6787

Tints of Waikawa Grey #5B6787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.31%

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 27.66%
G = 31.31%
B = 41.03%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5B6787 (or 0x5B6787) is known color: Waikawa Grey. HEX triplet: 5B, 67 and 87. RGB value is (91,103,135). Sum of RGB (Red+Green+Blue) = 91+103+135=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B6787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6787 is #A49878. Grayscale: #666666. Windows color (decimal): -10786937 or 8873819. OLE color: 8873819.

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

Color convert

RGB 91 103 135 -
CMYK 0.33 0.24 0 0.47
HSL 223.64º 0.19% 0.44% -
HSV(B) 223.64º 0.33% 0.53% -
XYZ 13.54 13.67 24.85 -
YUV 103.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 91 103 135 0.33 0.24 0 0.47 223.64 0.19 0.44
Hex 5B 67 87 21 18 0 2F E0 13 2C
Octal 133 147 207 41 30 0 57 340 23 54
Binary 1011011 1100111 10000111 100001 11000 0 101111 11100000 10011 101100

Color Harmonies of #5B6787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6787

Black with #5B6787

Text Example


Text Example

White with #5B6787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,103,135); }

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

background-color css

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

 a { background-color: rgb(91,103,135); }

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

border-color css

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

 span { border-color: rgb(91,103,135); }

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