Html Css Color HEX #553EAF Rich Blue

📋 copy color: '#553EAF'

red 85 ◦ green 62 ◦ blue 175

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

Shades of Rich Blue #553EAF

Tints of Rich Blue #553EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.35%

R = 26.4%
G = 19.25%
B = 54.35%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#553EAF (or 0x553EAF) is known color: Rich Blue. HEX triplet: 55, 3E and AF. RGB value is (85,62,175). Sum of RGB (Red+Green+Blue) = 85+62+175=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #553EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553EAF is #AAC150. Grayscale: #515151. Windows color (decimal): -11190609 or 11484757. OLE color: 11484757.

HSL color Cylindrical-coordinate representation of color #553EAF: hue angle of 252.21º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #553EAF is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 62 175 -
CMYK 0.51 0.65 0 0.31
HSL 252.21º 0.48% 0.46% -
HSV(B) 252.21º 0.65% 0.69% -
XYZ 13.21 8.47 41.5 -
YUV 81.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 85 62 175 0.51 0.65 0 0.31 252.21 0.48 0.46
Hex 55 3E AF 33 41 0 1F FC 30 2E
Octal 125 76 257 63 101 0 37 374 60 56
Binary 1010101 111110 10101111 110011 1000001 0 11111 11111100 110000 101110

Color Harmonies of #553EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553EAF

Black with #553EAF

Text Example


Text Example

White with #553EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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