Html Css Color HEX #553FDA Slate Blue

📋 copy color: '#553FDA'

red 85 ◦ green 63 ◦ blue 218

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

Shades of Slate Blue #553FDA

Tints of Slate Blue #553FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.56%

R = 23.22%
G = 17.21%
B = 59.56%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#553FDA (or 0x553FDA) is known color: Slate Blue. HEX triplet: 55, 3F and DA. RGB value is (85,63,218). Sum of RGB (Red+Green+Blue) = 85+63+218=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #553FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FDA is #AAC025. Grayscale: #565656. Windows color (decimal): -11190310 or 14303061. OLE color: 14303061.

HSL color Cylindrical-coordinate representation of color #553FDA: hue angle of 248.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553FDA is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 63 218 -
CMYK 0.61 0.71 0 0.15
HSL 248.52º 0.68% 0.55% -
HSV(B) 248.52º 0.71% 0.85% -
XYZ 18.18 10.55 67.41 -
YUV 87.25 201.79 126.4 -
System Red Green Blue C M Y K H S L
Decimal 85 63 218 0.61 0.71 0 0.15 248.52 0.68 0.55
Hex 55 3F DA 3D 47 0 F F9 44 37
Octal 125 77 332 75 107 0 17 371 104 67
Binary 1010101 111111 11011010 111101 1000111 0 1111 11111001 1000100 110111

Color Harmonies of #553FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FDA

Black with #553FDA

Text Example


Text Example

White with #553FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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