Html Css Color HEX #5B6287 Waikawa Grey

📋 copy color: '#5B6287'

red 91 ◦ green 98 ◦ blue 135

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

Shades of Waikawa Grey #5B6287

Tints of Waikawa Grey #5B6287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

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

R = 28.09%
G = 30.25%
B = 41.67%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5B6287 (or 0x5B6287) is known color: Waikawa Grey. HEX triplet: 5B, 62 and 87. RGB value is (91,98,135). Sum of RGB (Red+Green+Blue) = 91+98+135=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B6287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6287 is #A49D78. Grayscale: #636363. Windows color (decimal): -10788217 or 8872539. OLE color: 8872539.

HSL color Cylindrical-coordinate representation of color #5B6287: hue angle of 230.45º 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 #5B6287 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 98 135 -
CMYK 0.33 0.27 0 0.47
HSL 230.45º 0.19% 0.44% -
HSV(B) 230.45º 0.33% 0.53% -
XYZ 13.06 12.71 24.69 -
YUV 100.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 91 98 135 0.33 0.27 0 0.47 230.45 0.19 0.44
Hex 5B 62 87 21 1B 0 2F E6 13 2C
Octal 133 142 207 41 33 0 57 346 23 54
Binary 1011011 1100010 10000111 100001 11011 0 101111 11100110 10011 101100

Color Harmonies of #5B6287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6287

Black with #5B6287

Text Example


Text Example

White with #5B6287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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