Shades of Slate Blue #595CCB
Tints of Slate Blue #595CCB
RGB
CMYK
RGB Variations
Color information
#595CCB (or 0x595CCB) is known color: Slate Blue. HEX triplet: 59, 5C and CB. RGB value is (89,92,203). Sum of RGB (Red+Green+Blue) = 89+92+203=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #595CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CCB is #A6A334. Grayscale: #676767. Windows color (decimal): -10920757 or 13327449. OLE color: 13327449.
HSL color Cylindrical-coordinate representation of color #595CCB: hue angle of 238.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595CCB is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 92 | 203 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.20 |
| HSL | 238.42º | 0.52% | 0.57% | - |
| HSV(B) | 238.42º | 0.56% | 0.8% | - |
| XYZ | 18.73 | 14.09 | 58.23 | - |
| YUV | 103.76 | 184.01 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 203 | 0.56 | 0.55 | 0 | 0.20 | 238.42 | 0.52 | 0.57 |
| Hex | 59 | 5C | CB | 38 | 37 | 0 | 14 | EE | 34 | 39 |
| Octal | 131 | 134 | 313 | 70 | 67 | 0 | 24 | 356 | 64 | 71 |
| Binary | 1011001 | 1011100 | 11001011 | 111000 | 110111 | 0 | 10100 | 11101110 | 110100 | 111001 |
Color Harmonies of #595CCB
Complementary color
Monochromatic Colors of #595CCB
Black with #595CCB
Text Example
Text Example
White with #595CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CCB; }
p { color: rgb(89,92,203); }
H1.HeaderClassName
{
color: #595CCB;
}
.AnyTagClassName
{
color: #595CCB;
}
</style>
background-color css
<style>
a { background-color: #595CCB; }
a { background-color: rgb(89,92,203); }
div.DivClassName
{
background-color: #595CCB;
}
.BgClassName
{
background-color: #595CCB;
}
</style>
border-color css
<style>
span { border-color: #595CCB; }
span { border-color: rgb(89,92,203); }
td.TdClassName
{
border-color: #595CCB;
}
.TagClassName
{
border-color: #595CCB;
}
</style>