Html Css Color HEX #554CAE Rich Blue

📋 copy color: '#554CAE'

red 85 ◦ green 76 ◦ blue 174

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

Shades of Rich Blue #554CAE

Tints of Rich Blue #554CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.69%

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

R = 25.37%
G = 22.69%
B = 51.94%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#554CAE (or 0x554CAE) is known color: Rich Blue. HEX triplet: 55, 4C and AE. RGB value is (85,76,174). Sum of RGB (Red+Green+Blue) = 85+76+174=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #554CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554CAE is #AAB351. Grayscale: #595959. Windows color (decimal): -11187026 or 11422805. OLE color: 11422805.

HSL color Cylindrical-coordinate representation of color #554CAE: hue angle of 245.51º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #554CAE is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 76 174 -
CMYK 0.51 0.56 0 0.32
HSL 245.51º 0.39% 0.49% -
HSV(B) 245.51º 0.56% 0.68% -
XYZ 13.97 10.16 41.27 -
YUV 89.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 85 76 174 0.51 0.56 0 0.32 245.51 0.39 0.49
Hex 55 4C AE 33 38 0 20 F6 27 31
Octal 125 114 256 63 70 0 40 366 47 61
Binary 1010101 1001100 10101110 110011 111000 0 100000 11110110 100111 110001

Color Harmonies of #554CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554CAE

Black with #554CAE

Text Example


Text Example

White with #554CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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