Html Css Color HEX #547C93 Jelly Bean

📋 copy color: '#547C93'

red 84 ◦ green 124 ◦ blue 147

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

Shades of Jelly Bean #547C93

Tints of Jelly Bean #547C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.93%

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 23.66%
G = 34.93%
B = 41.41%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#547C93 (or 0x547C93) is known color: Jelly Bean. HEX triplet: 54, 7C and 93. RGB value is (84,124,147). Sum of RGB (Red+Green+Blue) = 84+124+147=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #547C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C93 is #AB836C. Grayscale: #727272. Windows color (decimal): -11240301 or 9665620. OLE color: 9665620.

HSL color Cylindrical-coordinate representation of color #547C93: hue angle of 201.9º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #547C93 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 124 147 -
CMYK 0.43 0.16 0 0.42
HSL 201.9º 0.27% 0.45% -
HSV(B) 201.9º 0.43% 0.58% -
XYZ 16.13 18.41 30.31 -
YUV 114.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 84 124 147 0.43 0.16 0 0.42 201.9 0.27 0.45
Hex 54 7C 93 2B 10 0 2A CA 1B 2D
Octal 124 174 223 53 20 0 52 312 33 55
Binary 1010100 1111100 10010011 101011 10000 0 101010 11001010 11011 101101

Color Harmonies of #547C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C93

Black with #547C93

Text Example


Text Example

White with #547C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,124,147); }

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

background-color css

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

 a { background-color: rgb(84,124,147); }

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

border-color css

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

 span { border-color: rgb(84,124,147); }

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