Html Css Color HEX #595BD0 Slate Blue

📋 copy color: '#595BD0'

red 89 ◦ green 91 ◦ blue 208

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

Shades of Slate Blue #595BD0

Tints of Slate Blue #595BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.61%

R = 22.94%
G = 23.45%
B = 53.61%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#595BD0 (or 0x595BD0) is known color: Slate Blue. HEX triplet: 59, 5B and D0. RGB value is (89,91,208). Sum of RGB (Red+Green+Blue) = 89+91+208=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #595BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BD0 is #A6A42F. Grayscale: #676767. Windows color (decimal): -10921008 or 13654873. OLE color: 13654873.

HSL color Cylindrical-coordinate representation of color #595BD0: hue angle of 238.99º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595BD0 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 91 208 -
CMYK 0.57 0.56 0 0.18
HSL 238.99º 0.56% 0.58% -
HSV(B) 238.99º 0.57% 0.82% -
XYZ 19.25 14.16 61.39 -
YUV 103.74 186.84 117.49 -
System Red Green Blue C M Y K H S L
Decimal 89 91 208 0.57 0.56 0 0.18 238.99 0.56 0.58
Hex 59 5B D0 39 38 0 12 EF 38 3A
Octal 131 133 320 71 70 0 22 357 70 72
Binary 1011001 1011011 11010000 111001 111000 0 10010 11101111 111000 111010

Color Harmonies of #595BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BD0

Black with #595BD0

Text Example


Text Example

White with #595BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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