Html Css Color HEX #575EDB Slate Blue

📋 copy color: '#575EDB'

red 87 ◦ green 94 ◦ blue 219

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

Shades of Slate Blue #575EDB

Tints of Slate Blue #575EDB

RGB

 RED value IS 87 (34.38% from 255) = 21.75%

 GREEN value IS 94 (37.11% from 255) = 23.5%

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 21.75%
G = 23.5%
B = 54.75%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#575EDB (or 0x575EDB) is known color: Slate Blue. HEX triplet: 57, 5E and DB. RGB value is (87,94,219). Sum of RGB (Red+Green+Blue) = 87+94+219=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #575EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EDB is #A8A124. Grayscale: #696969. Windows color (decimal): -11051301 or 14376535. OLE color: 14376535.

HSL color Cylindrical-coordinate representation of color #575EDB: hue angle of 236.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #575EDB is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 94 219 -
CMYK 0.60 0.57 0 0.14
HSL 236.82º 0.65% 0.6% -
HSV(B) 236.82º 0.6% 0.86% -
XYZ 20.72 15.15 68.85 -
YUV 106.16 191.68 114.34 -
System Red Green Blue C M Y K H S L
Decimal 87 94 219 0.60 0.57 0 0.14 236.82 0.65 0.6
Hex 57 5E DB 3C 39 0 E ED 41 3C
Octal 127 136 333 74 71 0 16 355 101 74
Binary 1010111 1011110 11011011 111100 111001 0 1110 11101101 1000001 111100

Color Harmonies of #575EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EDB

Black with #575EDB

Text Example


Text Example

White with #575EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575EDB; }

 p { color: rgb(87,94,219); }

 H1.HeaderClassName
 {
   color: #575EDB;
 }
 .AnyTagClassName
 {
   color: #575EDB;
 }
</style>

background-color css

<style>
 a { background-color: #575EDB; }

 a { background-color: rgb(87,94,219); }

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

border-color css

<style>
 span { border-color: #575EDB; }

 span { border-color: rgb(87,94,219); }

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