Html Css Color HEX #554FAC Rich Blue

📋 copy color: '#554FAC'

red 85 ◦ green 79 ◦ blue 172

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

Shades of Rich Blue #554FAC

Tints of Rich Blue #554FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.51%

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

R = 25.3%
G = 23.51%
B = 51.19%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#554FAC (or 0x554FAC) is known color: Rich Blue. HEX triplet: 55, 4F and AC. RGB value is (85,79,172). Sum of RGB (Red+Green+Blue) = 85+79+172=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #554FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554FAC is #AAB053. Grayscale: #5B5B5B. Windows color (decimal): -11186260 or 11292501. OLE color: 11292501.

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

Color convert

RGB 85 79 172 -
CMYK 0.51 0.54 0 0.33
HSL 243.87º 0.37% 0.49% -
HSV(B) 243.87º 0.54% 0.67% -
XYZ 13.99 10.5 40.32 -
YUV 91.4 173.49 123.44 -
System Red Green Blue C M Y K H S L
Decimal 85 79 172 0.51 0.54 0 0.33 243.87 0.37 0.49
Hex 55 4F AC 33 36 0 21 F4 25 31
Octal 125 117 254 63 66 0 41 364 45 61
Binary 1010101 1001111 10101100 110011 110110 0 100001 11110100 100101 110001

Color Harmonies of #554FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554FAC

Black with #554FAC

Text Example


Text Example

White with #554FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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