Html Css Color HEX #5755CB Slate Blue

📋 copy color: '#5755CB'

red 87 ◦ green 85 ◦ blue 203

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

Shades of Slate Blue #5755CB

Tints of Slate Blue #5755CB

RGB

 RED value IS 87 (34.38% from 255) = 23.2%

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

 BLUE value IS 203 (79.69% from 255) = 54.13%

R = 23.2%
G = 22.67%
B = 54.13%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5755CB (or 0x5755CB) is known color: Slate Blue. HEX triplet: 57, 55 and CB. RGB value is (87,85,203). Sum of RGB (Red+Green+Blue) = 87+85+203=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #5755CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5755CB is #A8AA34. Grayscale: #626262. Windows color (decimal): -11053621 or 13325655. OLE color: 13325655.

HSL color Cylindrical-coordinate representation of color #5755CB: hue angle of 241.02º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5755CB is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 85 203 -
CMYK 0.57 0.58 0 0.20
HSL 241.02º 0.53% 0.56% -
HSV(B) 241.02º 0.58% 0.8% -
XYZ 17.96 12.84 58.03 -
YUV 99.05 186.66 119.41 -
System Red Green Blue C M Y K H S L
Decimal 87 85 203 0.57 0.58 0 0.20 241.02 0.53 0.56
Hex 57 55 CB 39 3A 0 14 F1 35 38
Octal 127 125 313 71 72 0 24 361 65 70
Binary 1010111 1010101 11001011 111001 111010 0 10100 11110001 110101 111000

Color Harmonies of #5755CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5755CB

Black with #5755CB

Text Example


Text Example

White with #5755CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5755CB; }

 p { color: rgb(87,85,203); }

 H1.HeaderClassName
 {
   color: #5755CB;
 }
 .AnyTagClassName
 {
   color: #5755CB;
 }
</style>

background-color css

<style>
 a { background-color: #5755CB; }

 a { background-color: rgb(87,85,203); }

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

border-color css

<style>
 span { border-color: #5755CB; }

 span { border-color: rgb(87,85,203); }

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