Html Css Color HEX #575ACF Slate Blue

📋 copy color: '#575ACF'

red 87 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #575ACF

Tints of Slate Blue #575ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 22.66%
G = 23.44%
B = 53.91%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#575ACF (or 0x575ACF) is known color: Slate Blue. HEX triplet: 57, 5A and CF. RGB value is (87,90,207). Sum of RGB (Red+Green+Blue) = 87+90+207=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #575ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ACF is #A8A530. Grayscale: #656565. Windows color (decimal): -11052337 or 13589079. OLE color: 13589079.

HSL color Cylindrical-coordinate representation of color #575ACF: hue angle of 238.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #575ACF is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 90 207 -
CMYK 0.58 0.57 0 0.19
HSL 238.5º 0.56% 0.58% -
HSV(B) 238.5º 0.58% 0.81% -
XYZ 18.85 13.84 60.71 -
YUV 102.44 187.01 116.99 -
System Red Green Blue C M Y K H S L
Decimal 87 90 207 0.58 0.57 0 0.19 238.5 0.56 0.58
Hex 57 5A CF 3A 39 0 13 EE 38 3A
Octal 127 132 317 72 71 0 23 356 70 72
Binary 1010111 1011010 11001111 111010 111001 0 10011 11101110 111000 111010

Color Harmonies of #575ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575ACF

Black with #575ACF

Text Example


Text Example

White with #575ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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