Html Css Color HEX #595CCF Slate Blue

📋 copy color: '#595CCF'

red 89 ◦ green 92 ◦ blue 207

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

Shades of Slate Blue #595CCF

Tints of Slate Blue #595CCF

RGB

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

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

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

R = 22.94%
G = 23.71%
B = 53.35%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#595CCF (or 0x595CCF) is known color: Slate Blue. HEX triplet: 59, 5C and CF. RGB value is (89,92,207). Sum of RGB (Red+Green+Blue) = 89+92+207=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #595CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CCF is #A6A330. Grayscale: #676767. Windows color (decimal): -10920753 or 13589593. OLE color: 13589593.

HSL color Cylindrical-coordinate representation of color #595CCF: hue angle of 238.47º 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 #595CCF is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 92 207 -
CMYK 0.57 0.56 0 0.19
HSL 238.47º 0.55% 0.58% -
HSV(B) 238.47º 0.57% 0.81% -
XYZ 19.21 14.28 60.78 -
YUV 104.21 186.01 117.15 -
System Red Green Blue C M Y K H S L
Decimal 89 92 207 0.57 0.56 0 0.19 238.47 0.55 0.58
Hex 59 5C CF 39 38 0 13 EE 37 3A
Octal 131 134 317 71 70 0 23 356 67 72
Binary 1011001 1011100 11001111 111001 111000 0 10011 11101110 110111 111010

Color Harmonies of #595CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CCF

Black with #595CCF

Text Example


Text Example

White with #595CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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