Html Css Color HEX #547A95 Jelly Bean

📋 copy color: '#547A95'

red 84 ◦ green 122 ◦ blue 149

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

Shades of Jelly Bean #547A95

Tints of Jelly Bean #547A95

RGB

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

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

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

R = 23.66%
G = 34.37%
B = 41.97%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#547A95 (or 0x547A95) is known color: Jelly Bean. HEX triplet: 54, 7A and 95. RGB value is (84,122,149). Sum of RGB (Red+Green+Blue) = 84+122+149=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #547A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547A95 is #AB856A. Grayscale: #717171. Windows color (decimal): -11240811 or 9796180. OLE color: 9796180.

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

Color convert

RGB 84 122 149 -
CMYK 0.44 0.18 0 0.42
HSL 204.92º 0.28% 0.46% -
HSV(B) 204.92º 0.44% 0.58% -
XYZ 16.04 17.97 31.06 -
YUV 113.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 84 122 149 0.44 0.18 0 0.42 204.92 0.28 0.46
Hex 54 7A 95 2C 12 0 2A CD 1C 2E
Octal 124 172 225 54 22 0 52 315 34 56
Binary 1010100 1111010 10010101 101100 10010 0 101010 11001101 11100 101110

Color Harmonies of #547A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547A95

Black with #547A95

Text Example


Text Example

White with #547A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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