Html Css Color HEX #564ACB Slate Blue

📋 copy color: '#564ACB'

red 86 ◦ green 74 ◦ blue 203

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

Shades of Slate Blue #564ACB

Tints of Slate Blue #564ACB

RGB

 RED value IS 86 (33.98% from 255) = 23.69%

 GREEN value IS 74 (29.3% from 255) = 20.39%

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 23.69%
G = 20.39%
B = 55.92%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#564ACB (or 0x564ACB) is known color: Slate Blue. HEX triplet: 56, 4A and CB. RGB value is (86,74,203). Sum of RGB (Red+Green+Blue) = 86+74+203=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #564ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564ACB is #A9B534. Grayscale: #5B5B5B. Windows color (decimal): -11121973 or 13322838. OLE color: 13322838.

HSL color Cylindrical-coordinate representation of color #564ACB: hue angle of 245.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #564ACB is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 74 203 -
CMYK 0.58 0.64 0 0.20
HSL 245.58º 0.55% 0.54% -
HSV(B) 245.58º 0.64% 0.8% -
XYZ 17.07 11.19 57.76 -
YUV 92.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 86 74 203 0.58 0.64 0 0.20 245.58 0.55 0.54
Hex 56 4A CB 3A 40 0 14 F6 37 36
Octal 126 112 313 72 100 0 24 366 67 66
Binary 1010110 1001010 11001011 111010 1000000 0 10100 11110110 110111 110110

Color Harmonies of #564ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564ACB

Black with #564ACB

Text Example


Text Example

White with #564ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564ACB; }

 p { color: rgb(86,74,203); }

 H1.HeaderClassName
 {
   color: #564ACB;
 }
 .AnyTagClassName
 {
   color: #564ACB;
 }
</style>

background-color css

<style>
 a { background-color: #564ACB; }

 a { background-color: rgb(86,74,203); }

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

border-color css

<style>
 span { border-color: #564ACB; }

 span { border-color: rgb(86,74,203); }

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