Html Css Color HEX #584BE2 Slate Blue

📋 copy color: '#584BE2'

red 88 ◦ green 75 ◦ blue 226

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

Shades of Slate Blue #584BE2

Tints of Slate Blue #584BE2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.28%

 BLUE value IS 226 (88.67% from 255) = 58.1%

R = 22.62%
G = 19.28%
B = 58.1%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#584BE2 (or 0x584BE2) is known color: Slate Blue. HEX triplet: 58, 4B and E2. RGB value is (88,75,226). Sum of RGB (Red+Green+Blue) = 88+75+226=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 226 (88.67% from 255 or 58.10% from 389); Max value from RGB is 226 - color contains mainly: blue. Hex color #584BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BE2 is #A7B41D. Grayscale: #5F5F5F. Windows color (decimal): -10990622 or 14830424. OLE color: 14830424.

HSL color Cylindrical-coordinate representation of color #584BE2: hue angle of 245.17º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #584BE2 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 88 75 226 -
CMYK 0.61 0.67 0 0.11
HSL 245.17º 0.72% 0.59% -
HSV(B) 245.17º 0.67% 0.89% -
XYZ 20.27 12.6 73.31 -
YUV 96.1 201.31 122.22 -
System Red Green Blue C M Y K H S L
Decimal 88 75 226 0.61 0.67 0 0.11 245.17 0.72 0.59
Hex 58 4B E2 3D 43 0 B F5 48 3B
Octal 130 113 342 75 103 0 13 365 110 73
Binary 1011000 1001011 11100010 111101 1000011 0 1011 11110101 1001000 111011

Color Harmonies of #584BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584BE2

Black with #584BE2

Text Example


Text Example

White with #584BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,75,226); }

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

background-color css

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

 a { background-color: rgb(88,75,226); }

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

border-color css

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

 span { border-color: rgb(88,75,226); }

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