Html Css Color HEX #547C8C Jelly Bean

📋 copy color: '#547C8C'

red 84 ◦ green 124 ◦ blue 140

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

Shades of Jelly Bean #547C8C

Tints of Jelly Bean #547C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 24.14%
G = 35.63%
B = 40.23%

CMYK

 C value IS 0.4

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#547C8C (or 0x547C8C) is known color: Jelly Bean. HEX triplet: 54, 7C and 8C. RGB value is (84,124,140). Sum of RGB (Red+Green+Blue) = 84+124+140=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #547C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C8C is #AB8373. Grayscale: #717171. Windows color (decimal): -11240308 or 9206868. OLE color: 9206868.

HSL color Cylindrical-coordinate representation of color #547C8C: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #547C8C is Cyan = 0.4, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 124 140 -
CMYK 0.4 0.11 0 0.45
HSL 197.14º 0.25% 0.44% -
HSV(B) 197.14º 0.4% 0.55% -
XYZ 15.6 18.19 27.5 -
YUV 113.86 142.75 106.7 -
System Red Green Blue C M Y K H S L
Decimal 84 124 140 0.4 0.11 0 0.45 197.14 0.25 0.44
Hex 54 7C 8C 28 B 0 2D C5 19 2C
Octal 124 174 214 50 13 0 55 305 31 54
Binary 1010100 1111100 10001100 101000 1011 0 101101 11000101 11001 101100

Color Harmonies of #547C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C8C

Black with #547C8C

Text Example


Text Example

White with #547C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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