Html Css Color HEX #553FDE Slate Blue

📋 copy color: '#553FDE'

red 85 ◦ green 63 ◦ blue 222

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

Shades of Slate Blue #553FDE

Tints of Slate Blue #553FDE

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

 BLUE value IS 222 (87.11% from 255) = 60%

R = 22.97%
G = 17.03%
B = 60%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#553FDE (or 0x553FDE) is known color: Slate Blue. HEX triplet: 55, 3F and DE. RGB value is (85,63,222). Sum of RGB (Red+Green+Blue) = 85+63+222=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #553FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FDE is #AAC021. Grayscale: #575757. Windows color (decimal): -11190306 or 14565205. OLE color: 14565205.

HSL color Cylindrical-coordinate representation of color #553FDE: hue angle of 248.3º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #553FDE is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 63 222 -
CMYK 0.62 0.72 0 0.13
HSL 248.3º 0.71% 0.56% -
HSV(B) 248.3º 0.72% 0.87% -
XYZ 18.71 10.76 70.2 -
YUV 87.7 203.79 126.07 -
System Red Green Blue C M Y K H S L
Decimal 85 63 222 0.62 0.72 0 0.13 248.3 0.71 0.56
Hex 55 3F DE 3E 48 0 D F8 47 38
Octal 125 77 336 76 110 0 15 370 107 70
Binary 1010101 111111 11011110 111110 1001000 0 1101 11111000 1000111 111000

Color Harmonies of #553FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FDE

Black with #553FDE

Text Example


Text Example

White with #553FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553FDE; }

 p { color: rgb(85,63,222); }

 H1.HeaderClassName
 {
   color: #553FDE;
 }
 .AnyTagClassName
 {
   color: #553FDE;
 }
</style>

background-color css

<style>
 a { background-color: #553FDE; }

 a { background-color: rgb(85,63,222); }

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

border-color css

<style>
 span { border-color: #553FDE; }

 span { border-color: rgb(85,63,222); }

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