Html Css Color HEX #553FDD Slate Blue

📋 copy color: '#553FDD'

red 85 ◦ green 63 ◦ blue 221

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

Shades of Slate Blue #553FDD

Tints of Slate Blue #553FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 23.04%
G = 17.07%
B = 59.89%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#553FDD (or 0x553FDD) is known color: Slate Blue. HEX triplet: 55, 3F and DD. RGB value is (85,63,221). Sum of RGB (Red+Green+Blue) = 85+63+221=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #553FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FDD is #AAC022. Grayscale: #565656. Windows color (decimal): -11190307 or 14499669. OLE color: 14499669.

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

Color convert

RGB 85 63 221 -
CMYK 0.62 0.71 0 0.13
HSL 248.35º 0.7% 0.56% -
HSV(B) 248.35º 0.71% 0.87% -
XYZ 18.57 10.71 69.49 -
YUV 87.59 203.29 126.15 -
System Red Green Blue C M Y K H S L
Decimal 85 63 221 0.62 0.71 0 0.13 248.35 0.7 0.56
Hex 55 3F DD 3E 47 0 D F8 46 38
Octal 125 77 335 76 107 0 15 370 106 70
Binary 1010101 111111 11011101 111110 1000111 0 1101 11111000 1000110 111000

Color Harmonies of #553FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FDD

Black with #553FDD

Text Example


Text Example

White with #553FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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