#545ABC

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

Shades of Rich Blue #545ABC

Tints of Rich Blue #545ABC

Color information

#545ABC (or 0x545ABC) is unknown color: approx Rich Blue. HEX triplet: 54, 5A and BC. RGB value is (84,90,188). Sum of RGB (Red+Green+Blue) = 84+90+188=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #545ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ABC is #ABA543. Grayscale: #626262. Windows color (decimal): -11248964 or 12343892. OLE color: 12343892.

HSL color Cylindrical-coordinate representation of color #545ABC: hue angle of 236.54º 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 #545ABC is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8490188-
CMYK0.550.5200.26
HSL236.54º43.7%53.33%-
HSV(B)236.54º55.32%73.73%-
XYZ16.3912.8349.19-
YUV99.38178.01117.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.20%
GREEN value IS 90 (35.55% from 255) = 24.86%
BLUE value IS 188 (73.83% from 255) = 51.93%
R=23.20%
G=24.86%
B=51.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84901880.550.5200.26236.5443.753.33
Hex545ABC373401Aed2c35
Octal12413227467640323555465
Binary101010010110101011110011011111010001101011101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545ABC; }

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

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

<style>
 a { background-color: #545ABC; }

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

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

<style>
 span { border-color: #545ABC; }

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

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