Html Css Color HEX #5657CC Slate Blue

📋 copy color: '#5657CC'

red 86 ◦ green 87 ◦ blue 204

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

Shades of Slate Blue #5657CC

Tints of Slate Blue #5657CC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.08%

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

R = 22.81%
G = 23.08%
B = 54.11%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5657CC (or 0x5657CC) is known color: Slate Blue. HEX triplet: 56, 57 and CC. RGB value is (86,87,204). Sum of RGB (Red+Green+Blue) = 86+87+204=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #5657CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5657CC is #A9A833. Grayscale: #636363. Windows color (decimal): -11118644 or 13391702. OLE color: 13391702.

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

Color convert

RGB 86 87 204 -
CMYK 0.58 0.57 0 0.2
HSL 239.49º 0.54% 0.57% -
HSV(B) 239.49º 0.58% 0.8% -
XYZ 18.15 13.15 58.71 -
YUV 100.04 186.67 117.99 -
System Red Green Blue C M Y K H S L
Decimal 86 87 204 0.58 0.57 0 0.2 239.49 0.54 0.57
Hex 56 57 CC 3A 39 0 14 EF 36 39
Octal 126 127 314 72 71 0 24 357 66 71
Binary 1010110 1010111 11001100 111010 111001 0 10100 11101111 110110 111001

Color Harmonies of #5657CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5657CC

Black with #5657CC

Text Example


Text Example

White with #5657CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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