Html Css Color HEX #553FAD Rich Blue

📋 copy color: '#553FAD'

red 85 ◦ green 63 ◦ blue 173

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

Shades of Rich Blue #553FAD

Tints of Rich Blue #553FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 26.48%
G = 19.63%
B = 53.89%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#553FAD (or 0x553FAD) is known color: Rich Blue. HEX triplet: 55, 3F and AD. RGB value is (85,63,173). Sum of RGB (Red+Green+Blue) = 85+63+173=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #553FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553FAD is #AAC052. Grayscale: #515151. Windows color (decimal): -11190355 or 11353941. OLE color: 11353941.

HSL color Cylindrical-coordinate representation of color #553FAD: hue angle of 252º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #553FAD is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 63 173 -
CMYK 0.51 0.64 0 0.32
HSL 252º 0.47% 0.46% -
HSV(B) 252º 0.64% 0.68% -
XYZ 13.07 8.5 40.49 -
YUV 82.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 85 63 173 0.51 0.64 0 0.32 252 0.47 0.46
Hex 55 3F AD 33 40 0 20 FC 2F 2E
Octal 125 77 255 63 100 0 40 374 57 56
Binary 1010101 111111 10101101 110011 1000000 0 100000 11111100 101111 101110

Color Harmonies of #553FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FAD

Black with #553FAD

Text Example


Text Example

White with #553FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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