Html Css Color HEX #554CBA Rich Blue

📋 copy color: '#554CBA'

red 85 ◦ green 76 ◦ blue 186

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

Shades of Rich Blue #554CBA

Tints of Rich Blue #554CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 24.5%
G = 21.9%
B = 53.6%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#554CBA (or 0x554CBA) is known color: Rich Blue. HEX triplet: 55, 4C and BA. RGB value is (85,76,186). Sum of RGB (Red+Green+Blue) = 85+76+186=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #554CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CBA is #AAB345. Grayscale: #5A5A5A. Windows color (decimal): -11187014 or 12209237. OLE color: 12209237.

HSL color Cylindrical-coordinate representation of color #554CBA: hue angle of 244.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #554CBA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 76 186 -
CMYK 0.54 0.59 0 0.27
HSL 244.91º 0.44% 0.51% -
HSV(B) 244.91º 0.59% 0.73% -
XYZ 15.19 10.65 47.71 -
YUV 91.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 85 76 186 0.54 0.59 0 0.27 244.91 0.44 0.51
Hex 55 4C BA 36 3B 0 1B F5 2C 33
Octal 125 114 272 66 73 0 33 365 54 63
Binary 1010101 1001100 10111010 110110 111011 0 11011 11110101 101100 110011

Color Harmonies of #554CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554CBA

Black with #554CBA

Text Example


Text Example

White with #554CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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