Html Css Color HEX #554CB3 Rich Blue

📋 copy color: '#554CB3'

red 85 ◦ green 76 ◦ blue 179

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

Shades of Rich Blue #554CB3

Tints of Rich Blue #554CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.65%

R = 25%
G = 22.35%
B = 52.65%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#554CB3 (or 0x554CB3) is known color: Rich Blue. HEX triplet: 55, 4C and B3. RGB value is (85,76,179). Sum of RGB (Red+Green+Blue) = 85+76+179=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 179 (70.31% from 255 or 52.65% from 340); Max value from RGB is 179 - color contains mainly: blue. Hex color #554CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CB3 is #AAB34C. Grayscale: #5A5A5A. Windows color (decimal): -11187021 or 11750485. OLE color: 11750485.

HSL color Cylindrical-coordinate representation of color #554CB3: hue angle of 245.24º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #554CB3 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 76 179 -
CMYK 0.53 0.58 0 0.30
HSL 245.24º 0.4% 0.5% -
HSV(B) 245.24º 0.58% 0.7% -
XYZ 14.47 10.35 43.88 -
YUV 90.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 85 76 179 0.53 0.58 0 0.30 245.24 0.4 0.5
Hex 55 4C B3 35 3A 0 1E F5 28 32
Octal 125 114 263 65 72 0 36 365 50 62
Binary 1010101 1001100 10110011 110101 111010 0 11110 11110101 101000 110010

Color Harmonies of #554CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554CB3

Black with #554CB3

Text Example


Text Example

White with #554CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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