Html Css Color HEX #547A92 Jelly Bean

📋 copy color: '#547A92'

red 84 ◦ green 122 ◦ blue 146

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

Shades of Jelly Bean #547A92

Tints of Jelly Bean #547A92

RGB

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

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

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

R = 23.86%
G = 34.66%
B = 41.48%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#547A92 (or 0x547A92) is known color: Jelly Bean. HEX triplet: 54, 7A and 92. RGB value is (84,122,146). Sum of RGB (Red+Green+Blue) = 84+122+146=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #547A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547A92 is #AB856D. Grayscale: #717171. Windows color (decimal): -11240814 or 9599572. OLE color: 9599572.

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

Color convert

RGB 84 122 146 -
CMYK 0.42 0.16 0 0.43
HSL 203.23º 0.27% 0.45% -
HSV(B) 203.23º 0.42% 0.57% -
XYZ 15.8 17.88 29.81 -
YUV 113.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 84 122 146 0.42 0.16 0 0.43 203.23 0.27 0.45
Hex 54 7A 92 2A 10 0 2B CB 1B 2D
Octal 124 172 222 52 20 0 53 313 33 55
Binary 1010100 1111010 10010010 101010 10000 0 101011 11001011 11011 101101

Color Harmonies of #547A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547A92

Black with #547A92

Text Example


Text Example

White with #547A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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