#5454BC

Color #5454BC Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5454BC

Tints of Rich Blue #5454BC

Color information

#5454BC (or 0x5454BC) is unknown color: approx Rich Blue. HEX triplet: 54, 54 and BC. RGB value is (84,84,188). Sum of RGB (Red+Green+Blue) = 84+84+188=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #5454BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5454BC is #ABAB43. Grayscale: #5F5F5F. Windows color (decimal): -11250500 or 12342356. OLE color: 12342356.

HSL color Cylindrical-coordinate representation of color #5454BC: hue angle of 240º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5454BC is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8484188-
CMYK0.550.5500.26
HSL240º43.7%53.33%-
HSV(B)240º55.32%73.73%-
XYZ15.911.8649.03-
YUV95.86180119.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=23.60%
G=23.60%
B=52.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84841880.550.5500.2624043.753.33
Hex5454BC373701Af02c35
Octal12412427467670323605465
Binary101010010101001011110011011111011101101011110000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5454BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5454BC; }

 p { color: rgb(84,84,188); }

 H1.HeaderClassName
 {
   color: #5454BC;
 }
 .AnyTagClassName
 {
   color: #5454BC;
 }
</style>
background-color css

<style>
 a { background-color: #5454BC; }

 a { background-color: rgb(84,84,188); }

 div.DivClassName
 {
   background-color: #5454BC;
 }
 .BgClassName
 {
   background-color: #5454BC;
 }
</style>
border-color css

<style>
 span { border-color: #5454BC; }

 span { border-color: rgb(84,84,188); }

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