Html Css Color HEX #5650CC Slate Blue

📋 copy color: '#5650CC'

red 86 ◦ green 80 ◦ blue 204

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

Shades of Slate Blue #5650CC

Tints of Slate Blue #5650CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

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

R = 23.24%
G = 21.62%
B = 55.14%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5650CC (or 0x5650CC) is known color: Slate Blue. HEX triplet: 56, 50 and CC. RGB value is (86,80,204). Sum of RGB (Red+Green+Blue) = 86+80+204=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #5650CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5650CC is #A9AF33. Grayscale: #5F5F5F. Windows color (decimal): -11120436 or 13389910. OLE color: 13389910.

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

Color convert

RGB 86 80 204 -
CMYK 0.58 0.61 0 0.2
HSL 242.9º 0.55% 0.56% -
HSV(B) 242.9º 0.61% 0.8% -
XYZ 17.61 12.08 58.53 -
YUV 95.93 188.99 120.92 -
System Red Green Blue C M Y K H S L
Decimal 86 80 204 0.58 0.61 0 0.2 242.9 0.55 0.56
Hex 56 50 CC 3A 3D 0 14 F3 37 38
Octal 126 120 314 72 75 0 24 363 67 70
Binary 1010110 1010000 11001100 111010 111101 0 10100 11110011 110111 111000

Color Harmonies of #5650CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5650CC

Black with #5650CC

Text Example


Text Example

White with #5650CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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