Html Css Color HEX #5855CC Slate Blue

📋 copy color: '#5855CC'

red 88 ◦ green 85 ◦ blue 204

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

Shades of Slate Blue #5855CC

Tints of Slate Blue #5855CC

RGB

 RED value IS 88 (34.77% from 255) = 23.34%

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

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

R = 23.34%
G = 22.55%
B = 54.11%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5855CC (or 0x5855CC) is known color: Slate Blue. HEX triplet: 58, 55 and CC. RGB value is (88,85,204). Sum of RGB (Red+Green+Blue) = 88+85+204=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 85 (33.59% from 255 or 22.55% 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 #5855CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5855CC is #A7AA33. Grayscale: #626262. Windows color (decimal): -10988084 or 13391192. OLE color: 13391192.

HSL color Cylindrical-coordinate representation of color #5855CC: hue angle of 241.51º 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 #5855CC is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 85 204 -
CMYK 0.57 0.58 0 0.2
HSL 241.51º 0.54% 0.57% -
HSV(B) 241.51º 0.58% 0.8% -
XYZ 18.17 12.93 58.66 -
YUV 99.46 186.99 119.82 -
System Red Green Blue C M Y K H S L
Decimal 88 85 204 0.57 0.58 0 0.2 241.51 0.54 0.57
Hex 58 55 CC 39 3A 0 14 F2 36 39
Octal 130 125 314 71 72 0 24 362 66 71
Binary 1011000 1010101 11001100 111001 111010 0 10100 11110010 110110 111001

Color Harmonies of #5855CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5855CC

Black with #5855CC

Text Example


Text Example

White with #5855CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,85,204); }

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

background-color css

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

 a { background-color: rgb(88,85,204); }

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

border-color css

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

 span { border-color: rgb(88,85,204); }

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