Html Css Color HEX #547B8B Jelly Bean

📋 copy color: '#547B8B'

red 84 ◦ green 123 ◦ blue 139

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

Shades of Jelly Bean #547B8B

Tints of Jelly Bean #547B8B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.55%

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

R = 24.28%
G = 35.55%
B = 40.17%

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

#547B8B (or 0x547B8B) is known color: Jelly Bean. HEX triplet: 54, 7B and 8B. RGB value is (84,123,139). Sum of RGB (Red+Green+Blue) = 84+123+139=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #547B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B8B is #AB8474. Grayscale: #717171. Windows color (decimal): -11240565 or 9141076. OLE color: 9141076.

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

Color convert

RGB 84 123 139 -
CMYK 0.40 0.12 0 0.45
HSL 197.45º 0.25% 0.44% -
HSV(B) 197.45º 0.4% 0.55% -
XYZ 15.4 17.91 27.07 -
YUV 113.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 84 123 139 0.40 0.12 0 0.45 197.45 0.25 0.44
Hex 54 7B 8B 28 C 0 2D C5 19 2C
Octal 124 173 213 50 14 0 55 305 31 54
Binary 1010100 1111011 10001011 101000 1100 0 101101 11000101 11001 101100

Color Harmonies of #547B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547B8B

Black with #547B8B

Text Example


Text Example

White with #547B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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