#595CCA

Color #595CCA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #595CCA

Tints of Slate Blue #595CCA

Color information

#595CCA (or 0x595CCA) is unknown color: approx Slate Blue. HEX triplet: 59, 5C and CA. RGB value is (89,92,202). Sum of RGB (Red+Green+Blue) = 89+92+202=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #595CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CCA is #A6A335. Grayscale: #676767. Windows color (decimal): -10920758 or 13261913. OLE color: 13261913.

HSL color Cylindrical-coordinate representation of color #595CCA: hue angle of 238.41º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #595CCA is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8992202-
CMYK0.560.5400.21
HSL238.41º51.6%57.06%-
HSV(B)238.41º55.94%79.22%-
XYZ18.6114.0457.61-
YUV103.64183.51117.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=23.24%
G=24.02%
B=52.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal89922020.560.5400.21238.4151.657.06
Hex595CCA3836015ee3439
Octal13113431270660253566471
Binary101100110111001100101011100011011001010111101110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595CCA; }

 p { color: rgb(89,92,202); }

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

<style>
 a { background-color: #595CCA; }

 a { background-color: rgb(89,92,202); }

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

<style>
 span { border-color: #595CCA; }

 span { border-color: rgb(89,92,202); }

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