Html Css Color HEX #584CCF Slate Blue

📋 copy color: '#584CCF'

red 88 ◦ green 76 ◦ blue 207

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

Shades of Slate Blue #584CCF

Tints of Slate Blue #584CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

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

R = 23.72%
G = 20.49%
B = 55.8%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#584CCF (or 0x584CCF) is known color: Slate Blue. HEX triplet: 58, 4C and CF. RGB value is (88,76,207). Sum of RGB (Red+Green+Blue) = 88+76+207=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #584CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CCF is #A7B330. Grayscale: #5E5E5E. Windows color (decimal): -10990385 or 13585496. OLE color: 13585496.

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

Color convert

RGB 88 76 207 -
CMYK 0.57 0.63 0 0.19
HSL 245.5º 0.58% 0.55% -
HSV(B) 245.5º 0.63% 0.81% -
XYZ 17.87 11.75 60.36 -
YUV 94.52 191.48 123.35 -
System Red Green Blue C M Y K H S L
Decimal 88 76 207 0.57 0.63 0 0.19 245.5 0.58 0.55
Hex 58 4C CF 39 3F 0 13 F5 3A 37
Octal 130 114 317 71 77 0 23 365 72 67
Binary 1011000 1001100 11001111 111001 111111 0 10011 11110101 111010 110111

Color Harmonies of #584CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584CCF

Black with #584CCF

Text Example


Text Example

White with #584CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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