Html Css Color HEX #547E94 Jelly Bean

📋 copy color: '#547E94'

red 84 ◦ green 126 ◦ blue 148

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

Shades of Jelly Bean #547E94

Tints of Jelly Bean #547E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.34%

R = 23.46%
G = 35.2%
B = 41.34%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#547E94 (or 0x547E94) is known color: Jelly Bean. HEX triplet: 54, 7E and 94. RGB value is (84,126,148). Sum of RGB (Red+Green+Blue) = 84+126+148=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #547E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E94 is #AB816B. Grayscale: #737373. Windows color (decimal): -11239788 or 9731668. OLE color: 9731668.

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

Color convert

RGB 84 126 148 -
CMYK 0.43 0.15 0 0.42
HSL 200.63º 0.28% 0.45% -
HSV(B) 200.63º 0.43% 0.58% -
XYZ 16.46 18.94 30.81 -
YUV 115.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 84 126 148 0.43 0.15 0 0.42 200.63 0.28 0.45
Hex 54 7E 94 2B F 0 2A C9 1C 2D
Octal 124 176 224 53 17 0 52 311 34 55
Binary 1010100 1111110 10010100 101011 1111 0 101010 11001001 11100 101101

Color Harmonies of #547E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547E94

Black with #547E94

Text Example


Text Example

White with #547E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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