#584FCB

Color #584FCB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #584FCB

Tints of Slate Blue #584FCB

Color information

#584FCB (or 0x584FCB) is unknown color: approx Slate Blue. HEX triplet: 58, 4F and CB. RGB value is (88,79,203). Sum of RGB (Red+Green+Blue) = 88+79+203=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #584FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584FCB is #A7B034. Grayscale: #5F5F5F. Windows color (decimal): -10989621 or 13324120. OLE color: 13324120.

HSL color Cylindrical-coordinate representation of color #584FCB: hue angle of 244.35º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #584FCB is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8879203-
CMYK0.570.6100.20
HSL244.35º54.39%55.29%-
HSV(B)244.35º61.08%79.61%-
XYZ17.611.9857.88-
YUV95.83188.48122.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.78%
GREEN value IS 79 (31.25% from 255) = 21.35%
BLUE value IS 203 (79.69% from 255) = 54.86%
R=23.78%
G=21.35%
B=54.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88792030.570.6100.20244.3554.3955.29
Hex584FCB393D014f43637
Octal13011731371750243646667
Binary101100010011111100101111100111110101010011110100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,79,203); }

 H1.HeaderClassName
 {
   color: #584FCB;
 }
 .AnyTagClassName
 {
   color: #584FCB;
 }
</style>
background-color css

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

 a { background-color: rgb(88,79,203); }

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

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

 span { border-color: rgb(88,79,203); }

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