Html Css Color HEX #553FAE Rich Blue

📋 copy color: '#553FAE'

red 85 ◦ green 63 ◦ blue 174

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

Shades of Rich Blue #553FAE

Tints of Rich Blue #553FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.04%

R = 26.4%
G = 19.57%
B = 54.04%

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

#553FAE (or 0x553FAE) is known color: Rich Blue. HEX triplet: 55, 3F and AE. RGB value is (85,63,174). Sum of RGB (Red+Green+Blue) = 85+63+174=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #553FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553FAE is #AAC051. Grayscale: #515151. Windows color (decimal): -11190354 or 11419477. OLE color: 11419477.

HSL color Cylindrical-coordinate representation of color #553FAE: hue angle of 251.89º 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 #553FAE is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 63 174 -
CMYK 0.51 0.64 0 0.32
HSL 251.89º 0.47% 0.46% -
HSV(B) 251.89º 0.64% 0.68% -
XYZ 13.16 8.54 41 -
YUV 82.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 85 63 174 0.51 0.64 0 0.32 251.89 0.47 0.46
Hex 55 3F AE 33 40 0 20 FC 2F 2E
Octal 125 77 256 63 100 0 40 374 57 56
Binary 1010101 111111 10101110 110011 1000000 0 100000 11111100 101111 101110

Color Harmonies of #553FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FAE

Black with #553FAE

Text Example


Text Example

White with #553FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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