Html Css Color HEX #5B6288 Waikawa Grey

📋 copy color: '#5B6288'

red 91 ◦ green 98 ◦ blue 136

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

Shades of Waikawa Grey #5B6288

Tints of Waikawa Grey #5B6288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 28%
G = 30.15%
B = 41.85%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5B6288 (or 0x5B6288) is known color: Waikawa Grey. HEX triplet: 5B, 62 and 88. RGB value is (91,98,136). Sum of RGB (Red+Green+Blue) = 91+98+136=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B6288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6288 is #A49D77. Grayscale: #646464. Windows color (decimal): -10788216 or 8938075. OLE color: 8938075.

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

Color convert

RGB 91 98 136 -
CMYK 0.33 0.28 0 0.47
HSL 230.67º 0.2% 0.45% -
HSV(B) 230.67º 0.33% 0.53% -
XYZ 13.13 12.74 25.06 -
YUV 100.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 91 98 136 0.33 0.28 0 0.47 230.67 0.2 0.45
Hex 5B 62 88 21 1C 0 2F E7 14 2D
Octal 133 142 210 41 34 0 57 347 24 55
Binary 1011011 1100010 10001000 100001 11100 0 101111 11100111 10100 101101

Color Harmonies of #5B6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6288

Black with #5B6288

Text Example


Text Example

White with #5B6288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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