Html Css Color HEX #537B91 Jelly Bean

📋 copy color: '#537B91'

red 83 ◦ green 123 ◦ blue 145

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

Shades of Jelly Bean #537B91

Tints of Jelly Bean #537B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.04%

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

R = 23.65%
G = 35.04%
B = 41.31%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537B91 (or 0x537B91) is known color: Jelly Bean. HEX triplet: 53, 7B and 91. RGB value is (83,123,145). Sum of RGB (Red+Green+Blue) = 83+123+145=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #537B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B91 is #AC846E. Grayscale: #717171. Windows color (decimal): -11306095 or 9534291. OLE color: 9534291.

HSL color Cylindrical-coordinate representation of color #537B91: hue angle of 201.29º 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 #537B91 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 123 145 -
CMYK 0.43 0.15 0 0.43
HSL 201.29º 0.27% 0.45% -
HSV(B) 201.29º 0.43% 0.57% -
XYZ 15.76 18.05 29.44 -
YUV 113.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 83 123 145 0.43 0.15 0 0.43 201.29 0.27 0.45
Hex 53 7B 91 2B F 0 2B C9 1B 2D
Octal 123 173 221 53 17 0 53 311 33 55
Binary 1010011 1111011 10010001 101011 1111 0 101011 11001001 11011 101101

Color Harmonies of #537B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B91

Black with #537B91

Text Example


Text Example

White with #537B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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