Html Css Color HEX #575ADB Slate Blue

📋 copy color: '#575ADB'

red 87 ◦ green 90 ◦ blue 219

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

Shades of Slate Blue #575ADB

Tints of Slate Blue #575ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.73%

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

R = 21.97%
G = 22.73%
B = 55.3%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#575ADB (or 0x575ADB) is known color: Slate Blue. HEX triplet: 57, 5A and DB. RGB value is (87,90,219). Sum of RGB (Red+Green+Blue) = 87+90+219=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #575ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ADB is #A8A524. Grayscale: #676767. Windows color (decimal): -11052325 or 14375511. OLE color: 14375511.

HSL color Cylindrical-coordinate representation of color #575ADB: hue angle of 238.64º 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 #575ADB is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 90 219 -
CMYK 0.60 0.59 0 0.14
HSL 238.64º 0.65% 0.6% -
HSV(B) 238.64º 0.6% 0.86% -
XYZ 20.37 14.45 68.73 -
YUV 103.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 87 90 219 0.60 0.59 0 0.14 238.64 0.65 0.6
Hex 57 5A DB 3C 3B 0 E EF 41 3C
Octal 127 132 333 74 73 0 16 357 101 74
Binary 1010111 1011010 11011011 111100 111011 0 1110 11101111 1000001 111100

Color Harmonies of #575ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575ADB

Black with #575ADB

Text Example


Text Example

White with #575ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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