Html Css Color HEX #585FCC Slate Blue

📋 copy color: '#585FCC'

red 88 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #585FCC

Tints of Slate Blue #585FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 22.74%
G = 24.55%
B = 52.71%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#585FCC (or 0x585FCC) is known color: Slate Blue. HEX triplet: 58, 5F and CC. RGB value is (88,95,204). Sum of RGB (Red+Green+Blue) = 88+95+204=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #585FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585FCC is #A7A033. Grayscale: #686868. Windows color (decimal): -10985524 or 13393752. OLE color: 13393752.

HSL color Cylindrical-coordinate representation of color #585FCC: hue angle of 236.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #585FCC is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 95 204 -
CMYK 0.57 0.53 0 0.2
HSL 236.38º 0.53% 0.57% -
HSV(B) 236.38º 0.57% 0.8% -
XYZ 19.02 14.62 58.95 -
YUV 105.33 183.68 115.64 -
System Red Green Blue C M Y K H S L
Decimal 88 95 204 0.57 0.53 0 0.2 236.38 0.53 0.57
Hex 58 5F CC 39 35 0 14 EC 35 39
Octal 130 137 314 71 65 0 24 354 65 71
Binary 1011000 1011111 11001100 111001 110101 0 10100 11101100 110101 111001

Color Harmonies of #585FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585FCC

Black with #585FCC

Text Example


Text Example

White with #585FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,95,204); }

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

background-color css

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

 a { background-color: rgb(88,95,204); }

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

border-color css

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

 span { border-color: rgb(88,95,204); }

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