Html Css Color HEX #537D91 Jelly Bean

📋 copy color: '#537D91'

red 83 ◦ green 125 ◦ blue 145

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

Shades of Jelly Bean #537D91

Tints of Jelly Bean #537D91

RGB

 RED value IS 83 (32.81% from 255) = 23.51%

 GREEN value IS 125 (49.22% from 255) = 35.41%

 BLUE value IS 145 (57.03% from 255) = 41.08%

R = 23.51%
G = 35.41%
B = 41.08%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537D91 (or 0x537D91) is known color: Jelly Bean. HEX triplet: 53, 7D and 91. RGB value is (83,125,145). Sum of RGB (Red+Green+Blue) = 83+125+145=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #537D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537D91 is #AC826E. Grayscale: #727272. Windows color (decimal): -11305583 or 9534803. OLE color: 9534803.

HSL color Cylindrical-coordinate representation of color #537D91: hue angle of 199.35º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #537D91 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 125 145 -
CMYK 0.43 0.14 0 0.43
HSL 199.35º 0.27% 0.45% -
HSV(B) 199.35º 0.43% 0.57% -
XYZ 16.01 18.55 29.52 -
YUV 114.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 83 125 145 0.43 0.14 0 0.43 199.35 0.27 0.45
Hex 53 7D 91 2B E 0 2B C7 1B 2D
Octal 123 175 221 53 16 0 53 307 33 55
Binary 1010011 1111101 10010001 101011 1110 0 101011 11000111 11011 101101

Color Harmonies of #537D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D91

Black with #537D91

Text Example


Text Example

White with #537D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537D91; }

 p { color: rgb(83,125,145); }

 H1.HeaderClassName
 {
   color: #537D91;
 }
 .AnyTagClassName
 {
   color: #537D91;
 }
</style>

background-color css

<style>
 a { background-color: #537D91; }

 a { background-color: rgb(83,125,145); }

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

border-color css

<style>
 span { border-color: #537D91; }

 span { border-color: rgb(83,125,145); }

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