Html Css Color HEX #547A8F Jelly Bean

📋 copy color: '#547A8F'

red 84 ◦ green 122 ◦ blue 143

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

Shades of Jelly Bean #547A8F

Tints of Jelly Bean #547A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.97%

R = 24.07%
G = 34.96%
B = 40.97%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#547A8F (or 0x547A8F) is known color: Jelly Bean. HEX triplet: 54, 7A and 8F. RGB value is (84,122,143). Sum of RGB (Red+Green+Blue) = 84+122+143=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 143 - color contains mainly: blue. Hex color #547A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547A8F is #AB8570. Grayscale: #707070. Windows color (decimal): -11240817 or 9402964. OLE color: 9402964.

HSL color Cylindrical-coordinate representation of color #547A8F: hue angle of 201.36º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #547A8F is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 122 143 -
CMYK 0.41 0.15 0 0.44
HSL 201.36º 0.26% 0.45% -
HSV(B) 201.36º 0.41% 0.56% -
XYZ 15.57 17.79 28.6 -
YUV 113.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 84 122 143 0.41 0.15 0 0.44 201.36 0.26 0.45
Hex 54 7A 8F 29 F 0 2C C9 1A 2D
Octal 124 172 217 51 17 0 54 311 32 55
Binary 1010100 1111010 10001111 101001 1111 0 101100 11001001 11010 101101

Color Harmonies of #547A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547A8F

Black with #547A8F

Text Example


Text Example

White with #547A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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