Html Css Color HEX #564CCB Slate Blue

📋 copy color: '#564CCB'

red 86 ◦ green 76 ◦ blue 203

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

Shades of Slate Blue #564CCB

Tints of Slate Blue #564CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

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

R = 23.56%
G = 20.82%
B = 55.62%

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

#564CCB (or 0x564CCB) is known color: Slate Blue. HEX triplet: 56, 4C and CB. RGB value is (86,76,203). Sum of RGB (Red+Green+Blue) = 86+76+203=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #564CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564CCB is #A9B334. Grayscale: #5C5C5C. Windows color (decimal): -11121461 or 13323350. OLE color: 13323350.

HSL color Cylindrical-coordinate representation of color #564CCB: hue angle of 244.72º 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 #564CCB is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 76 203 -
CMYK 0.58 0.63 0 0.20
HSL 244.72º 0.55% 0.55% -
HSV(B) 244.72º 0.63% 0.8% -
XYZ 17.2 11.46 57.81 -
YUV 93.47 189.81 122.67 -
System Red Green Blue C M Y K H S L
Decimal 86 76 203 0.58 0.63 0 0.20 244.72 0.55 0.55
Hex 56 4C CB 3A 3F 0 14 F5 37 37
Octal 126 114 313 72 77 0 24 365 67 67
Binary 1010110 1001100 11001011 111010 111111 0 10100 11110101 110111 110111

Color Harmonies of #564CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CCB

Black with #564CCB

Text Example


Text Example

White with #564CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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