Html Css Color HEX #547E95 Jelly Bean

📋 copy color: '#547E95'

red 84 ◦ green 126 ◦ blue 149

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

Shades of Jelly Bean #547E95

Tints of Jelly Bean #547E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 23.4%
G = 35.1%
B = 41.5%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#547E95 (or 0x547E95) is known color: Jelly Bean. HEX triplet: 54, 7E and 95. RGB value is (84,126,149). Sum of RGB (Red+Green+Blue) = 84+126+149=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #547E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E95 is #AB816A. Grayscale: #737373. Windows color (decimal): -11239787 or 9797204. OLE color: 9797204.

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

Color convert

RGB 84 126 149 -
CMYK 0.44 0.15 0 0.42
HSL 201.23º 0.28% 0.46% -
HSV(B) 201.23º 0.44% 0.58% -
XYZ 16.54 18.98 31.22 -
YUV 116.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 84 126 149 0.44 0.15 0 0.42 201.23 0.28 0.46
Hex 54 7E 95 2C F 0 2A C9 1C 2E
Octal 124 176 225 54 17 0 52 311 34 56
Binary 1010100 1111110 10010101 101100 1111 0 101010 11001001 11100 101110

Color Harmonies of #547E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547E95

Black with #547E95

Text Example


Text Example

White with #547E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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