Html Css Color HEX #547C92 Jelly Bean

📋 copy color: '#547C92'

red 84 ◦ green 124 ◦ blue 146

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

Shades of Jelly Bean #547C92

Tints of Jelly Bean #547C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

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

R = 23.73%
G = 35.03%
B = 41.24%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#547C92 (or 0x547C92) is known color: Jelly Bean. HEX triplet: 54, 7C and 92. RGB value is (84,124,146). Sum of RGB (Red+Green+Blue) = 84+124+146=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #547C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C92 is #AB836D. Grayscale: #727272. Windows color (decimal): -11240302 or 9600084. OLE color: 9600084.

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

Color convert

RGB 84 124 146 -
CMYK 0.42 0.15 0 0.43
HSL 201.29º 0.27% 0.45% -
HSV(B) 201.29º 0.42% 0.57% -
XYZ 16.05 18.38 29.89 -
YUV 114.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 84 124 146 0.42 0.15 0 0.43 201.29 0.27 0.45
Hex 54 7C 92 2A F 0 2B C9 1B 2D
Octal 124 174 222 52 17 0 53 311 33 55
Binary 1010100 1111100 10010010 101010 1111 0 101011 11001001 11011 101101

Color Harmonies of #547C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C92

Black with #547C92

Text Example


Text Example

White with #547C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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