Html Css Color HEX #585CCF Slate Blue

📋 copy color: '#585CCF'

red 88 ◦ green 92 ◦ blue 207

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

Shades of Slate Blue #585CCF

Tints of Slate Blue #585CCF

RGB

 RED value IS 88 (34.77% from 255) = 22.74%

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

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

R = 22.74%
G = 23.77%
B = 53.49%

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

#585CCF (or 0x585CCF) is known color: Slate Blue. HEX triplet: 58, 5C and CF. RGB value is (88,92,207). Sum of RGB (Red+Green+Blue) = 88+92+207=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #585CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CCF is #A7A330. Grayscale: #676767. Windows color (decimal): -10986289 or 13589592. OLE color: 13589592.

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

Color convert

RGB 88 92 207 -
CMYK 0.57 0.56 0 0.19
HSL 237.98º 0.55% 0.58% -
HSV(B) 237.98º 0.57% 0.81% -
XYZ 19.11 14.23 60.77 -
YUV 103.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 88 92 207 0.57 0.56 0 0.19 237.98 0.55 0.58
Hex 58 5C CF 39 38 0 13 EE 37 3A
Octal 130 134 317 71 70 0 23 356 67 72
Binary 1011000 1011100 11001111 111001 111000 0 10011 11101110 110111 111010

Color Harmonies of #585CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CCF

Black with #585CCF

Text Example


Text Example

White with #585CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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