Html Css Color HEX #547C8E Jelly Bean

📋 copy color: '#547C8E'

red 84 ◦ green 124 ◦ blue 142

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

Shades of Jelly Bean #547C8E

Tints of Jelly Bean #547C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 24%
G = 35.43%
B = 40.57%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#547C8E (or 0x547C8E) is known color: Jelly Bean. HEX triplet: 54, 7C and 8E. RGB value is (84,124,142). Sum of RGB (Red+Green+Blue) = 84+124+142=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #547C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C8E is #AB8371. Grayscale: #717171. Windows color (decimal): -11240306 or 9337940. OLE color: 9337940.

HSL color Cylindrical-coordinate representation of color #547C8E: hue angle of 198.62º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #547C8E is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 124 142 -
CMYK 0.41 0.13 0 0.44
HSL 198.62º 0.26% 0.44% -
HSV(B) 198.62º 0.41% 0.56% -
XYZ 15.75 18.25 28.28 -
YUV 114.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 84 124 142 0.41 0.13 0 0.44 198.62 0.26 0.44
Hex 54 7C 8E 29 D 0 2C C7 1A 2C
Octal 124 174 216 51 15 0 54 307 32 54
Binary 1010100 1111100 10001110 101001 1101 0 101100 11000111 11010 101100

Color Harmonies of #547C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C8E

Black with #547C8E

Text Example


Text Example

White with #547C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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