Html Css Color HEX #547A8A Jelly Bean

📋 copy color: '#547A8A'

red 84 ◦ green 122 ◦ blue 138

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

Shades of Jelly Bean #547A8A

Tints of Jelly Bean #547A8A

RGB

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

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

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

R = 24.42%
G = 35.47%
B = 40.12%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#547A8A (or 0x547A8A) is known color: Jelly Bean. HEX triplet: 54, 7A and 8A. RGB value is (84,122,138). Sum of RGB (Red+Green+Blue) = 84+122+138=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #547A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547A8A is #AB8575. Grayscale: #707070. Windows color (decimal): -11240822 or 9075284. OLE color: 9075284.

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

Color convert

RGB 84 122 138 -
CMYK 0.39 0.12 0 0.46
HSL 197.78º 0.24% 0.44% -
HSV(B) 197.78º 0.39% 0.54% -
XYZ 15.2 17.64 26.65 -
YUV 112.46 142.41 107.7 -
System Red Green Blue C M Y K H S L
Decimal 84 122 138 0.39 0.12 0 0.46 197.78 0.24 0.44
Hex 54 7A 8A 27 C 0 2E C6 18 2C
Octal 124 172 212 47 14 0 56 306 30 54
Binary 1010100 1111010 10001010 100111 1100 0 101110 11000110 11000 101100

Color Harmonies of #547A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547A8A

Black with #547A8A

Text Example


Text Example

White with #547A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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