Html Css Color HEX #554CB1 Rich Blue

📋 copy color: '#554CB1'

red 85 ◦ green 76 ◦ blue 177

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

Shades of Rich Blue #554CB1

Tints of Rich Blue #554CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.37%

R = 25.15%
G = 22.49%
B = 52.37%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#554CB1 (or 0x554CB1) is known color: Rich Blue. HEX triplet: 55, 4C and B1. RGB value is (85,76,177). Sum of RGB (Red+Green+Blue) = 85+76+177=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 177 (69.53% from 255 or 52.37% from 338); Max value from RGB is 177 - color contains mainly: blue. Hex color #554CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554CB1 is #AAB34E. Grayscale: #595959. Windows color (decimal): -11187023 or 11619413. OLE color: 11619413.

HSL color Cylindrical-coordinate representation of color #554CB1: hue angle of 245.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #554CB1 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 76 177 -
CMYK 0.52 0.57 0 0.31
HSL 245.35º 0.4% 0.5% -
HSV(B) 245.35º 0.57% 0.69% -
XYZ 14.27 10.27 42.83 -
YUV 90.21 176.98 124.29 -
System Red Green Blue C M Y K H S L
Decimal 85 76 177 0.52 0.57 0 0.31 245.35 0.4 0.5
Hex 55 4C B1 34 39 0 1F F5 28 32
Octal 125 114 261 64 71 0 37 365 50 62
Binary 1010101 1001100 10110001 110100 111001 0 11111 11110101 101000 110010

Color Harmonies of #554CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554CB1

Black with #554CB1

Text Example


Text Example

White with #554CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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