Html Css Color HEX #547A8E Jelly Bean

📋 copy color: '#547A8E'

red 84 ◦ green 122 ◦ blue 142

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

Shades of Jelly Bean #547A8E

Tints of Jelly Bean #547A8E

RGB

 RED value IS 84 (33.2% from 255) = 24.14%

 GREEN value IS 122 (48.05% from 255) = 35.06%

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 24.14%
G = 35.06%
B = 40.8%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#547A8E (or 0x547A8E) is known color: 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

RGB 84 122 142 -
CMYK 0.41 0.14 0 0.44
HSL 200.69º 0.26% 0.44% -
HSV(B) 200.69º 0.41% 0.56% -
XYZ 15.5 17.76 28.2 -
YUV 112.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 84 122 142 0.41 0.14 0 0.44 200.69 0.26 0.44
Hex 54 7A 8E 29 E 0 2C C9 1A 2C
Octal 124 172 216 51 16 0 54 311 32 54
Binary 1010100 1111010 10001110 101001 1110 0 101100 11001001 11010 101100

Color Harmonies of #547A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547A8E

Black with #547A8E

Text Example


Text Example

White with #547A8E

Text Example


Text Example

HTML Codes & Css Web 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>