Html Css Color HEX #564BCB Slate Blue

📋 copy color: '#564BCB'

red 86 ◦ green 75 ◦ blue 203

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

Shades of Slate Blue #564BCB

Tints of Slate Blue #564BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.6%

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

R = 23.63%
G = 20.6%
B = 55.77%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#564BCB (or 0x564BCB) is known color: Slate Blue. HEX triplet: 56, 4B and CB. RGB value is (86,75,203). Sum of RGB (Red+Green+Blue) = 86+75+203=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #564BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BCB is #A9B434. Grayscale: #5C5C5C. Windows color (decimal): -11121717 or 13323094. OLE color: 13323094.

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

Color convert

RGB 86 75 203 -
CMYK 0.58 0.63 0 0.20
HSL 245.16º 0.55% 0.55% -
HSV(B) 245.16º 0.63% 0.8% -
XYZ 17.13 11.32 57.78 -
YUV 92.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 86 75 203 0.58 0.63 0 0.20 245.16 0.55 0.55
Hex 56 4B CB 3A 3F 0 14 F5 37 37
Octal 126 113 313 72 77 0 24 365 67 67
Binary 1010110 1001011 11001011 111010 111111 0 10100 11110101 110111 110111

Color Harmonies of #564BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564BCB

Black with #564BCB

Text Example


Text Example

White with #564BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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