Html Css Color HEX #547C90 Jelly Bean

📋 copy color: '#547C90'

red 84 ◦ green 124 ◦ blue 144

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

Shades of Jelly Bean #547C90

Tints of Jelly Bean #547C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 23.86%
G = 35.23%
B = 40.91%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#547C90 (or 0x547C90) is known color: Jelly Bean. HEX triplet: 54, 7C and 90. RGB value is (84,124,144). Sum of RGB (Red+Green+Blue) = 84+124+144=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #547C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C90 is #AB836F. Grayscale: #727272. Windows color (decimal): -11240304 or 9469012. OLE color: 9469012.

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

Color convert

RGB 84 124 144 -
CMYK 0.42 0.14 0 0.44
HSL 200º 0.26% 0.45% -
HSV(B) 200º 0.42% 0.56% -
XYZ 15.9 18.31 29.08 -
YUV 114.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 84 124 144 0.42 0.14 0 0.44 200 0.26 0.45
Hex 54 7C 90 2A E 0 2C C8 1A 2D
Octal 124 174 220 52 16 0 54 310 32 55
Binary 1010100 1111100 10010000 101010 1110 0 101100 11001000 11010 101101

Color Harmonies of #547C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C90

Black with #547C90

Text Example


Text Example

White with #547C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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