Html Css Color HEX #575BDA Slate Blue

📋 copy color: '#575BDA'

red 87 ◦ green 91 ◦ blue 218

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

Shades of Slate Blue #575BDA

Tints of Slate Blue #575BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.98%

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

R = 21.97%
G = 22.98%
B = 55.05%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#575BDA (or 0x575BDA) is known color: Slate Blue. HEX triplet: 57, 5B and DA. RGB value is (87,91,218). Sum of RGB (Red+Green+Blue) = 87+91+218=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #575BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BDA is #A8A425. Grayscale: #676767. Windows color (decimal): -11052070 or 14310231. OLE color: 14310231.

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

Color convert

RGB 87 91 218 -
CMYK 0.60 0.58 0 0.15
HSL 238.17º 0.64% 0.6% -
HSV(B) 238.17º 0.6% 0.85% -
XYZ 20.33 14.57 68.07 -
YUV 104.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 87 91 218 0.60 0.58 0 0.15 238.17 0.64 0.6
Hex 57 5B DA 3C 3A 0 F EE 40 3C
Octal 127 133 332 74 72 0 17 356 100 74
Binary 1010111 1011011 11011010 111100 111010 0 1111 11101110 1000000 111100

Color Harmonies of #575BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BDA

Black with #575BDA

Text Example


Text Example

White with #575BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,91,218); }

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

background-color css

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

 a { background-color: rgb(87,91,218); }

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

border-color css

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

 span { border-color: rgb(87,91,218); }

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