Html Css Color HEX #595ACF Slate Blue

📋 copy color: '#595ACF'

red 89 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #595ACF

Tints of Slate Blue #595ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 23.06%
G = 23.32%
B = 53.63%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#595ACF (or 0x595ACF) is known color: Slate Blue. HEX triplet: 59, 5A and CF. RGB value is (89,90,207). Sum of RGB (Red+Green+Blue) = 89+90+207=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #595ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ACF is #A6A530. Grayscale: #666666. Windows color (decimal): -10921265 or 13589081. OLE color: 13589081.

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

Color convert

RGB 89 90 207 -
CMYK 0.57 0.57 0 0.19
HSL 239.49º 0.55% 0.58% -
HSV(B) 239.49º 0.57% 0.81% -
XYZ 19.04 13.94 60.72 -
YUV 103.04 186.67 117.99 -
System Red Green Blue C M Y K H S L
Decimal 89 90 207 0.57 0.57 0 0.19 239.49 0.55 0.58
Hex 59 5A CF 39 39 0 13 EF 37 3A
Octal 131 132 317 71 71 0 23 357 67 72
Binary 1011001 1011010 11001111 111001 111001 0 10011 11101111 110111 111010

Color Harmonies of #595ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595ACF

Black with #595ACF

Text Example


Text Example

White with #595ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,207); }

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

background-color css

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

 a { background-color: rgb(89,90,207); }

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

border-color css

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

 span { border-color: rgb(89,90,207); }

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