Html Css Color HEX #595BDC Slate Blue

📋 copy color: '#595BDC'

red 89 ◦ green 91 ◦ blue 220

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

Shades of Slate Blue #595BDC

Tints of Slate Blue #595BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.75%

 BLUE value IS 220 (86.33% from 255) = 55%

R = 22.25%
G = 22.75%
B = 55%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#595BDC (or 0x595BDC) is known color: Slate Blue. HEX triplet: 59, 5B and DC. RGB value is (89,91,220). Sum of RGB (Red+Green+Blue) = 89+91+220=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #595BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BDC is #A6A423. Grayscale: #686868. Windows color (decimal): -10920996 or 14441305. OLE color: 14441305.

HSL color Cylindrical-coordinate representation of color #595BDC: hue angle of 239.08º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #595BDC is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 91 220 -
CMYK 0.60 0.59 0 0.14
HSL 239.08º 0.65% 0.61% -
HSV(B) 239.08º 0.6% 0.86% -
XYZ 20.78 14.77 69.47 -
YUV 105.11 192.84 116.51 -
System Red Green Blue C M Y K H S L
Decimal 89 91 220 0.60 0.59 0 0.14 239.08 0.65 0.61
Hex 59 5B DC 3C 3B 0 E EF 41 3D
Octal 131 133 334 74 73 0 16 357 101 75
Binary 1011001 1011011 11011100 111100 111011 0 1110 11101111 1000001 111101

Color Harmonies of #595BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BDC

Black with #595BDC

Text Example


Text Example

White with #595BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,91,220); }

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

background-color css

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

 a { background-color: rgb(89,91,220); }

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

border-color css

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

 span { border-color: rgb(89,91,220); }

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