#547A8A

Color #547A8A Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #547A8A

Tints of Jelly Bean #547A8A

Color information

#547A8A (or 0x547A8A) is unknown color: approx Jelly Bean. HEX triplet: 54, 7A and 8A. RGB value is (84,122,138). Sum of RGB (Red+Green+Blue) = 84+122+138=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #547A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547A8A is #AB8575. Grayscale: #707070. Windows color (decimal): -11240822 or 9075284. OLE color: 9075284.

HSL color Cylindrical-coordinate representation of color #547A8A: hue angle of 197.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #547A8A is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB84122138-
CMYK0.390.1200.46
HSL197.78º24.32%43.53%-
HSV(B)197.78º39.13%54.12%-
XYZ15.217.6426.65-
YUV112.46142.41107.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=24.42%
G=35.47%
B=40.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841221380.390.1200.46197.7824.3243.53
Hex547A8A27C02Ec6182c
Octal12417221247140563063054
Binary1010100111101010001010100111110001011101100011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547A8A; }

 p { color: rgb(84,122,138); }

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

<style>
 a { background-color: #547A8A; }

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

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

<style>
 span { border-color: #547A8A; }

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

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