Html Css Color HEX #553EAE Rich Blue

📋 copy color: '#553EAE'

red 85 ◦ green 62 ◦ blue 174

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

Shades of Rich Blue #553EAE

Tints of Rich Blue #553EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

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

R = 26.48%
G = 19.31%
B = 54.21%

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

#553EAE (or 0x553EAE) is known color: Rich Blue. HEX triplet: 55, 3E and AE. RGB value is (85,62,174). Sum of RGB (Red+Green+Blue) = 85+62+174=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #553EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553EAE is #AAC151. Grayscale: #515151. Windows color (decimal): -11190610 or 11419221. OLE color: 11419221.

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

Color convert

RGB 85 62 174 -
CMYK 0.51 0.64 0 0.32
HSL 252.32º 0.47% 0.46% -
HSV(B) 252.32º 0.64% 0.68% -
XYZ 13.11 8.43 40.98 -
YUV 81.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 85 62 174 0.51 0.64 0 0.32 252.32 0.47 0.46
Hex 55 3E AE 33 40 0 20 FC 2F 2E
Octal 125 76 256 63 100 0 40 374 57 56
Binary 1010101 111110 10101110 110011 1000000 0 100000 11111100 101111 101110

Color Harmonies of #553EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553EAE

Black with #553EAE

Text Example


Text Example

White with #553EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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