Html Css Color HEX #547E8E Jelly Bean

📋 copy color: '#547E8E'

red 84 ◦ green 126 ◦ blue 142

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

Shades of Jelly Bean #547E8E

Tints of Jelly Bean #547E8E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.8%

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

R = 23.86%
G = 35.8%
B = 40.34%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#547E8E (or 0x547E8E) is known color: Jelly Bean. HEX triplet: 54, 7E and 8E. RGB value is (84,126,142). Sum of RGB (Red+Green+Blue) = 84+126+142=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #547E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E8E is #AB8171. Grayscale: #737373. Windows color (decimal): -11239794 or 9338452. OLE color: 9338452.

HSL color Cylindrical-coordinate representation of color #547E8E: hue angle of 196.55º 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 #547E8E is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 126 142 -
CMYK 0.41 0.11 0 0.44
HSL 196.55º 0.26% 0.44% -
HSV(B) 196.55º 0.41% 0.56% -
XYZ 16 18.76 28.37 -
YUV 115.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 84 126 142 0.41 0.11 0 0.44 196.55 0.26 0.44
Hex 54 7E 8E 29 B 0 2C C5 1A 2C
Octal 124 176 216 51 13 0 54 305 32 54
Binary 1010100 1111110 10001110 101001 1011 0 101100 11000101 11010 101100

Color Harmonies of #547E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547E8E

Black with #547E8E

Text Example


Text Example

White with #547E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #547E8E;
 }
 .AnyTagClassName
 {
   color: #547E8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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