Html Css Color HEX #547A8B Jelly Bean

📋 copy color: '#547A8B'

red 84 ◦ green 122 ◦ blue 139

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

Shades of Jelly Bean #547A8B

Tints of Jelly Bean #547A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 24.35%
G = 35.36%
B = 40.29%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#547A8B (or 0x547A8B) is known color: Jelly Bean. HEX triplet: 54, 7A and 8B. RGB value is (84,122,139). Sum of RGB (Red+Green+Blue) = 84+122+139=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #547A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547A8B is #AB8574. Grayscale: #707070. Windows color (decimal): -11240821 or 9140820. OLE color: 9140820.

HSL color Cylindrical-coordinate representation of color #547A8B: hue angle of 198.55º 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 #547A8B is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 122 139 -
CMYK 0.40 0.12 0 0.45
HSL 198.55º 0.25% 0.44% -
HSV(B) 198.55º 0.4% 0.55% -
XYZ 15.28 17.67 27.03 -
YUV 112.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 84 122 139 0.40 0.12 0 0.45 198.55 0.25 0.44
Hex 54 7A 8B 28 C 0 2D C7 19 2C
Octal 124 172 213 50 14 0 55 307 31 54
Binary 1010100 1111010 10001011 101000 1100 0 101101 11000111 11001 101100

Color Harmonies of #547A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547A8B

Black with #547A8B

Text Example


Text Example

White with #547A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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