Html Css Color HEX #547E92 Jelly Bean

📋 copy color: '#547E92'

red 84 ◦ green 126 ◦ blue 146

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

Shades of Jelly Bean #547E92

Tints of Jelly Bean #547E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 23.6%
G = 35.39%
B = 41.01%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#547E92 (or 0x547E92) is known color: Jelly Bean. HEX triplet: 54, 7E and 92. RGB value is (84,126,146). Sum of RGB (Red+Green+Blue) = 84+126+146=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #547E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E92 is #AB816D. Grayscale: #737373. Windows color (decimal): -11239790 or 9600596. OLE color: 9600596.

HSL color Cylindrical-coordinate representation of color #547E92: hue angle of 199.35º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #547E92 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 126 146 -
CMYK 0.42 0.14 0 0.43
HSL 199.35º 0.27% 0.45% -
HSV(B) 199.35º 0.42% 0.57% -
XYZ 16.31 18.88 29.98 -
YUV 115.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 84 126 146 0.42 0.14 0 0.43 199.35 0.27 0.45
Hex 54 7E 92 2A E 0 2B C7 1B 2D
Octal 124 176 222 52 16 0 53 307 33 55
Binary 1010100 1111110 10010010 101010 1110 0 101011 11000111 11011 101101

Color Harmonies of #547E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547E92

Black with #547E92

Text Example


Text Example

White with #547E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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