Html Css Color HEX #584FDA Slate Blue

📋 copy color: '#584FDA'

red 88 ◦ green 79 ◦ blue 218

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

Shades of Slate Blue #584FDA

Tints of Slate Blue #584FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

 BLUE value IS 218 (85.55% from 255) = 56.62%

R = 22.86%
G = 20.52%
B = 56.62%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#584FDA (or 0x584FDA) is known color: Slate Blue. HEX triplet: 58, 4F and DA. RGB value is (88,79,218). Sum of RGB (Red+Green+Blue) = 88+79+218=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #584FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584FDA is #A7B025. Grayscale: #606060. Windows color (decimal): -10989606 or 14307160. OLE color: 14307160.

HSL color Cylindrical-coordinate representation of color #584FDA: hue angle of 243.88º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584FDA is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 79 218 -
CMYK 0.60 0.64 0 0.15
HSL 243.88º 0.65% 0.58% -
HSV(B) 243.88º 0.64% 0.85% -
XYZ 19.48 12.73 67.76 -
YUV 97.54 195.98 121.2 -
System Red Green Blue C M Y K H S L
Decimal 88 79 218 0.60 0.64 0 0.15 243.88 0.65 0.58
Hex 58 4F DA 3C 40 0 F F4 41 3A
Octal 130 117 332 74 100 0 17 364 101 72
Binary 1011000 1001111 11011010 111100 1000000 0 1111 11110100 1000001 111010

Color Harmonies of #584FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584FDA

Black with #584FDA

Text Example


Text Example

White with #584FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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