Html Css Color HEX #553FAC Rich Blue

📋 copy color: '#553FAC'

red 85 ◦ green 63 ◦ blue 172

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

Shades of Rich Blue #553FAC

Tints of Rich Blue #553FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.75%

R = 26.56%
G = 19.69%
B = 53.75%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#553FAC (or 0x553FAC) is known color: Rich Blue. HEX triplet: 55, 3F and AC. RGB value is (85,63,172). Sum of RGB (Red+Green+Blue) = 85+63+172=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #553FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553FAC is #AAC053. Grayscale: #515151. Windows color (decimal): -11190356 or 11288405. OLE color: 11288405.

HSL color Cylindrical-coordinate representation of color #553FAC: hue angle of 252.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #553FAC is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 63 172 -
CMYK 0.51 0.63 0 0.33
HSL 252.11º 0.46% 0.46% -
HSV(B) 252.11º 0.63% 0.67% -
XYZ 12.97 8.46 39.98 -
YUV 82 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 85 63 172 0.51 0.63 0 0.33 252.11 0.46 0.46
Hex 55 3F AC 33 3F 0 21 FC 2E 2E
Octal 125 77 254 63 77 0 41 374 56 56
Binary 1010101 111111 10101100 110011 111111 0 100001 11111100 101110 101110

Color Harmonies of #553FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FAC

Black with #553FAC

Text Example


Text Example

White with #553FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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