Html Css Color HEX #5655CA Slate Blue

📋 copy color: '#5655CA'

red 86 ◦ green 85 ◦ blue 202

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

Shades of Slate Blue #5655CA

Tints of Slate Blue #5655CA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

 BLUE value IS 202 (79.3% from 255) = 54.16%

R = 23.06%
G = 22.79%
B = 54.16%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5655CA (or 0x5655CA) is known color: Slate Blue. HEX triplet: 56, 55 and CA. RGB value is (86,85,202). Sum of RGB (Red+Green+Blue) = 86+85+202=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #5655CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655CA is #A9AA35. Grayscale: #626262. Windows color (decimal): -11119158 or 13260118. OLE color: 13260118.

HSL color Cylindrical-coordinate representation of color #5655CA: hue angle of 240.51º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5655CA is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 86 85 202 -
CMYK 0.57 0.58 0 0.21
HSL 240.51º 0.52% 0.56% -
HSV(B) 240.51º 0.58% 0.79% -
XYZ 17.75 12.74 57.4 -
YUV 98.64 186.33 118.99 -
System Red Green Blue C M Y K H S L
Decimal 86 85 202 0.57 0.58 0 0.21 240.51 0.52 0.56
Hex 56 55 CA 39 3A 0 15 F1 34 38
Octal 126 125 312 71 72 0 25 361 64 70
Binary 1010110 1010101 11001010 111001 111010 0 10101 11110001 110100 111000

Color Harmonies of #5655CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5655CA

Black with #5655CA

Text Example


Text Example

White with #5655CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5655CA; }

 p { color: rgb(86,85,202); }

 H1.HeaderClassName
 {
   color: #5655CA;
 }
 .AnyTagClassName
 {
   color: #5655CA;
 }
</style>

background-color css

<style>
 a { background-color: #5655CA; }

 a { background-color: rgb(86,85,202); }

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

border-color css

<style>
 span { border-color: #5655CA; }

 span { border-color: rgb(86,85,202); }

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