#5B6386

Color #5B6386 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #5B6386

Tints of Waikawa Grey #5B6386

Color information

#5B6386 (or 0x5B6386) is unknown color: approx Waikawa Grey. HEX triplet: 5B, 63 and 86. RGB value is (91,99,134). Sum of RGB (Red+Green+Blue) = 91+99+134=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B6386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6386 is #A49C79. Grayscale: #646464. Windows color (decimal): -10787962 or 8807259. OLE color: 8807259.

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

Color convert

RGB9199134-
CMYK0.320.2600.47
HSL228.84º19.11%44.12%-
HSV(B)228.84º32.09%52.55%-
XYZ13.0812.8724.35-
YUV100.6146.85121.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.09%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=28.09%
G=30.56%
B=41.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91991340.320.2600.47228.8419.1144.12
Hex5B6386201A02Fe5132c
Octal13314320640320573452354
Binary10110111100011100001101000001101001011111110010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B6386;
 }
 .AnyTagClassName
 {
   color: #5B6386;
 }
</style>
background-color css

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

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

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

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

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

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