#547A8E

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

Shades of Jelly Bean #547A8E

Tints of Jelly Bean #547A8E

Color information

#547A8E (or 0x547A8E) is unknown color: approx Jelly Bean. HEX triplet: 54, 7A and 8E. RGB value is (84,122,142). Sum of RGB (Red+Green+Blue) = 84+122+142=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #547A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547A8E is #AB8571. Grayscale: #707070. Windows color (decimal): -11240818 or 9337428. OLE color: 9337428.

HSL color Cylindrical-coordinate representation of color #547A8E: hue angle of 200.69º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #547A8E is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84122142-
CMYK0.410.1400.44
HSL200.69º25.66%44.31%-
HSV(B)200.69º40.85%55.69%-
XYZ15.517.7628.2-
YUV112.92144.41107.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 122 (48.05% from 255) = 35.06%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=24.14%
G=35.06%
B=40.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841221420.410.1400.44200.6925.6644.31
Hex547A8E29E02Cc91a2c
Octal12417221651160543113254
Binary1010100111101010001110101001111001011001100100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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