Html Css Color HEX #547B8A Jelly Bean

📋 copy color: '#547B8A'

red 84 ◦ green 123 ◦ blue 138

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

Shades of Jelly Bean #547B8A

Tints of Jelly Bean #547B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40%

R = 24.35%
G = 35.65%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#547B8A (or 0x547B8A) is known color: Jelly Bean. HEX triplet: 54, 7B and 8A. RGB value is (84,123,138). Sum of RGB (Red+Green+Blue) = 84+123+138=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #547B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B8A is #AB8475. Grayscale: #707070. Windows color (decimal): -11240566 or 9075540. OLE color: 9075540.

HSL color Cylindrical-coordinate representation of color #547B8A: hue angle of 196.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #547B8A is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 123 138 -
CMYK 0.39 0.11 0 0.46
HSL 196.67º 0.24% 0.44% -
HSV(B) 196.67º 0.39% 0.54% -
XYZ 15.33 17.89 26.69 -
YUV 113.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 84 123 138 0.39 0.11 0 0.46 196.67 0.24 0.44
Hex 54 7B 8A 27 B 0 2E C5 18 2C
Octal 124 173 212 47 13 0 56 305 30 54
Binary 1010100 1111011 10001010 100111 1011 0 101110 11000101 11000 101100

Color Harmonies of #547B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547B8A

Black with #547B8A

Text Example


Text Example

White with #547B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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