Html Css Color HEX #595CCC Slate Blue

📋 copy color: '#595CCC'

red 89 ◦ green 92 ◦ blue 204

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

Shades of Slate Blue #595CCC

Tints of Slate Blue #595CCC

RGB

 RED value IS 89 (35.16% from 255) = 23.12%

 GREEN value IS 92 (36.33% from 255) = 23.9%

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 23.12%
G = 23.9%
B = 52.99%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#595CCC (or 0x595CCC) is known color: Slate Blue. HEX triplet: 59, 5C and CC. RGB value is (89,92,204). Sum of RGB (Red+Green+Blue) = 89+92+204=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #595CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CCC is #A6A333. Grayscale: #676767. Windows color (decimal): -10920756 or 13392985. OLE color: 13392985.

HSL color Cylindrical-coordinate representation of color #595CCC: hue angle of 238.43º degrees, saturation: 0.53, 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 #595CCC is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 92 204 -
CMYK 0.56 0.55 0 0.2
HSL 238.43º 0.53% 0.57% -
HSV(B) 238.43º 0.56% 0.8% -
XYZ 18.85 14.14 58.86 -
YUV 103.87 184.51 117.39 -
System Red Green Blue C M Y K H S L
Decimal 89 92 204 0.56 0.55 0 0.2 238.43 0.53 0.57
Hex 59 5C CC 38 37 0 14 EE 35 39
Octal 131 134 314 70 67 0 24 356 65 71
Binary 1011001 1011100 11001100 111000 110111 0 10100 11101110 110101 111001

Color Harmonies of #595CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CCC

Black with #595CCC

Text Example


Text Example

White with #595CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #595CCC;
 }
 .AnyTagClassName
 {
   color: #595CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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