Html Css Color HEX #547A90 Jelly Bean

📋 copy color: '#547A90'

red 84 ◦ green 122 ◦ blue 144

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

Shades of Jelly Bean #547A90

Tints of Jelly Bean #547A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 24%
G = 34.86%
B = 41.14%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#547A90 (or 0x547A90) is known color: Jelly Bean. HEX triplet: 54, 7A and 90. RGB value is (84,122,144). Sum of RGB (Red+Green+Blue) = 84+122+144=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #547A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547A90 is #AB856F. Grayscale: #717171. Windows color (decimal): -11240816 or 9468500. OLE color: 9468500.

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

Color convert

RGB 84 122 144 -
CMYK 0.42 0.15 0 0.44
HSL 202º 0.26% 0.45% -
HSV(B) 202º 0.42% 0.56% -
XYZ 15.65 17.82 29 -
YUV 113.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 84 122 144 0.42 0.15 0 0.44 202 0.26 0.45
Hex 54 7A 90 2A F 0 2C CA 1A 2D
Octal 124 172 220 52 17 0 54 312 32 55
Binary 1010100 1111010 10010000 101010 1111 0 101100 11001010 11010 101101

Color Harmonies of #547A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547A90

Black with #547A90

Text Example


Text Example

White with #547A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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