Html Css Color HEX #5553CE Slate Blue

📋 copy color: '#5553CE'

red 85 ◦ green 83 ◦ blue 206

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

Shades of Slate Blue #5553CE

Tints of Slate Blue #5553CE

RGB

 RED value IS 85 (33.59% from 255) = 22.73%

 GREEN value IS 83 (32.81% from 255) = 22.19%

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 22.73%
G = 22.19%
B = 55.08%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5553CE (or 0x5553CE) is known color: Slate Blue. HEX triplet: 55, 53 and CE. RGB value is (85,83,206). Sum of RGB (Red+Green+Blue) = 85+83+206=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #5553CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5553CE is #AAAC31. Grayscale: #616161. Windows color (decimal): -11185202 or 13521749. OLE color: 13521749.

HSL color Cylindrical-coordinate representation of color #5553CE: hue angle of 240.98º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5553CE is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 83 206 -
CMYK 0.59 0.60 0 0.19
HSL 240.98º 0.56% 0.57% -
HSV(B) 240.98º 0.6% 0.81% -
XYZ 17.98 12.57 59.87 -
YUV 97.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 85 83 206 0.59 0.60 0 0.19 240.98 0.56 0.57
Hex 55 53 CE 3B 3C 0 13 F1 38 39
Octal 125 123 316 73 74 0 23 361 70 71
Binary 1010101 1010011 11001110 111011 111100 0 10011 11110001 111000 111001

Color Harmonies of #5553CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5553CE

Black with #5553CE

Text Example


Text Example

White with #5553CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5553CE; }

 p { color: rgb(85,83,206); }

 H1.HeaderClassName
 {
   color: #5553CE;
 }
 .AnyTagClassName
 {
   color: #5553CE;
 }
</style>

background-color css

<style>
 a { background-color: #5553CE; }

 a { background-color: rgb(85,83,206); }

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

border-color css

<style>
 span { border-color: #5553CE; }

 span { border-color: rgb(85,83,206); }

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