Html Css Color HEX #595BC8 Slate Blue

📋 copy color: '#595BC8'

red 89 ◦ green 91 ◦ blue 200

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

Shades of Slate Blue #595BC8

Tints of Slate Blue #595BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.63%

R = 23.42%
G = 23.95%
B = 52.63%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#595BC8 (or 0x595BC8) is known color: Slate Blue. HEX triplet: 59, 5B and C8. RGB value is (89,91,200). Sum of RGB (Red+Green+Blue) = 89+91+200=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #595BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BC8 is #A6A437. Grayscale: #666666. Windows color (decimal): -10921016 or 13130585. OLE color: 13130585.

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

Color convert

RGB 89 91 200 -
CMYK 0.56 0.54 0 0.22
HSL 238.92º 0.5% 0.57% -
HSV(B) 238.92º 0.56% 0.78% -
XYZ 18.29 13.78 56.34 -
YUV 102.83 182.84 118.14 -
System Red Green Blue C M Y K H S L
Decimal 89 91 200 0.56 0.54 0 0.22 238.92 0.5 0.57
Hex 59 5B C8 38 36 0 16 EF 32 39
Octal 131 133 310 70 66 0 26 357 62 71
Binary 1011001 1011011 11001000 111000 110110 0 10110 11101111 110010 111001

Color Harmonies of #595BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BC8

Black with #595BC8

Text Example


Text Example

White with #595BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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