Html Css Color HEX #584FCB Slate Blue

📋 copy color: '#584FCB'

red 88 ◦ green 79 ◦ blue 203

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

Shades of Slate Blue #584FCB

Tints of Slate Blue #584FCB

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 value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#584FCB (or 0x584FCB) is known color: 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

RGB 88 79 203 -
CMYK 0.57 0.61 0 0.20
HSL 244.35º 0.54% 0.55% -
HSV(B) 244.35º 0.61% 0.8% -
XYZ 17.6 11.98 57.88 -
YUV 95.83 188.48 122.42 -
System Red Green Blue C M Y K H S L
Decimal 88 79 203 0.57 0.61 0 0.20 244.35 0.54 0.55
Hex 58 4F CB 39 3D 0 14 F4 36 37
Octal 130 117 313 71 75 0 24 364 66 67
Binary 1011000 1001111 11001011 111001 111101 0 10100 11110100 110110 110111

Color Harmonies of #584FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584FCB

Black with #584FCB

Text Example


Text Example

White with #584FCB

Text Example


Text Example

HTML Codes & Css Web 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>