Html Css Color HEX #547B8E Jelly Bean

📋 copy color: '#547B8E'

red 84 ◦ green 123 ◦ blue 142

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

Shades of Jelly Bean #547B8E

Tints of Jelly Bean #547B8E

RGB

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

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

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

R = 24.07%
G = 35.24%
B = 40.69%

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

#547B8E (or 0x547B8E) is known color: Jelly Bean. HEX triplet: 54, 7B and 8E. RGB value is (84,123,142). Sum of RGB (Red+Green+Blue) = 84+123+142=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #547B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B8E is #AB8471. Grayscale: #717171. Windows color (decimal): -11240562 or 9337684. OLE color: 9337684.

HSL color Cylindrical-coordinate representation of color #547B8E: hue angle of 199.66º 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 #547B8E is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 123 142 -
CMYK 0.41 0.13 0 0.44
HSL 199.66º 0.26% 0.44% -
HSV(B) 199.66º 0.41% 0.56% -
XYZ 15.62 18 28.24 -
YUV 113.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 84 123 142 0.41 0.13 0 0.44 199.66 0.26 0.44
Hex 54 7B 8E 29 D 0 2C C8 1A 2C
Octal 124 173 216 51 15 0 54 310 32 54
Binary 1010100 1111011 10001110 101001 1101 0 101100 11001000 11010 101100

Color Harmonies of #547B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547B8E

Black with #547B8E

Text Example


Text Example

White with #547B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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