Html Css Color HEX #554EBA Rich Blue

📋 copy color: '#554EBA'

red 85 ◦ green 78 ◦ blue 186

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

Shades of Rich Blue #554EBA

Tints of Rich Blue #554EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.35%

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

R = 24.36%
G = 22.35%
B = 53.3%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#554EBA (or 0x554EBA) is known color: Rich Blue. HEX triplet: 55, 4E and BA. RGB value is (85,78,186). Sum of RGB (Red+Green+Blue) = 85+78+186=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #554EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554EBA is #AAB145. Grayscale: #5B5B5B. Windows color (decimal): -11186502 or 12209749. OLE color: 12209749.

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

Color convert

RGB 85 78 186 -
CMYK 0.54 0.58 0 0.27
HSL 243.89º 0.44% 0.52% -
HSV(B) 243.89º 0.58% 0.73% -
XYZ 15.33 10.93 47.75 -
YUV 92.41 180.82 122.72 -
System Red Green Blue C M Y K H S L
Decimal 85 78 186 0.54 0.58 0 0.27 243.89 0.44 0.52
Hex 55 4E BA 36 3A 0 1B F4 2C 34
Octal 125 116 272 66 72 0 33 364 54 64
Binary 1010101 1001110 10111010 110110 111010 0 11011 11110100 101100 110100

Color Harmonies of #554EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554EBA

Black with #554EBA

Text Example


Text Example

White with #554EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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