Html Css Color HEX #5645CC Slate Blue

📋 copy color: '#5645CC'

red 86 ◦ green 69 ◦ blue 204

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

Shades of Slate Blue #5645CC

Tints of Slate Blue #5645CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.22%

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

R = 23.96%
G = 19.22%
B = 56.82%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5645CC (or 0x5645CC) is known color: Slate Blue. HEX triplet: 56, 45 and CC. RGB value is (86,69,204). Sum of RGB (Red+Green+Blue) = 86+69+204=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #5645CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5645CC is #A9BA33. Grayscale: #585858. Windows color (decimal): -11123252 or 13387094. OLE color: 13387094.

HSL color Cylindrical-coordinate representation of color #5645CC: hue angle of 247.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5645CC is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 69 204 -
CMYK 0.58 0.66 0 0.2
HSL 247.56º 0.57% 0.54% -
HSV(B) 247.56º 0.66% 0.8% -
XYZ 16.86 10.59 58.28 -
YUV 89.47 192.63 125.52 -
System Red Green Blue C M Y K H S L
Decimal 86 69 204 0.58 0.66 0 0.2 247.56 0.57 0.54
Hex 56 45 CC 3A 42 0 14 F8 39 36
Octal 126 105 314 72 102 0 24 370 71 66
Binary 1010110 1000101 11001100 111010 1000010 0 10100 11111000 111001 110110

Color Harmonies of #5645CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5645CC

Black with #5645CC

Text Example


Text Example

White with #5645CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5645CC; }

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

 H1.HeaderClassName
 {
   color: #5645CC;
 }
 .AnyTagClassName
 {
   color: #5645CC;
 }
</style>

background-color css

<style>
 a { background-color: #5645CC; }

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

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

border-color css

<style>
 span { border-color: #5645CC; }

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

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