Html Css Color HEX #564BCC Slate Blue

📋 copy color: '#564BCC'

red 86 ◦ green 75 ◦ blue 204

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

Shades of Slate Blue #564BCC

Tints of Slate Blue #564BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 23.56%
G = 20.55%
B = 55.89%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#564BCC (or 0x564BCC) is known color: Slate Blue. HEX triplet: 56, 4B and CC. RGB value is (86,75,204). Sum of RGB (Red+Green+Blue) = 86+75+204=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #564BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #564BCC is #A9B433. Grayscale: #5C5C5C. Windows color (decimal): -11121716 or 13388630. OLE color: 13388630.

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

Color convert

RGB 86 75 204 -
CMYK 0.58 0.63 0 0.2
HSL 245.12º 0.56% 0.55% -
HSV(B) 245.12º 0.63% 0.8% -
XYZ 17.25 11.37 58.41 -
YUV 93 190.64 123.01 -
System Red Green Blue C M Y K H S L
Decimal 86 75 204 0.58 0.63 0 0.2 245.12 0.56 0.55
Hex 56 4B CC 3A 3F 0 14 F5 38 37
Octal 126 113 314 72 77 0 24 365 70 67
Binary 1010110 1001011 11001100 111010 111111 0 10100 11110101 111000 110111

Color Harmonies of #564BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564BCC

Black with #564BCC

Text Example


Text Example

White with #564BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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