#537B8B

Color #537B8B Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #537B8B

Tints of Jelly Bean #537B8B

Color information

#537B8B (or 0x537B8B) is unknown color: approx Jelly Bean. HEX triplet: 53, 7B and 8B. RGB value is (83,123,139). Sum of RGB (Red+Green+Blue) = 83+123+139=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #537B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B8B is #AC8474. Grayscale: #707070. Windows color (decimal): -11306101 or 9141075. OLE color: 9141075.

HSL color Cylindrical-coordinate representation of color #537B8B: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #537B8B is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83123139-
CMYK0.400.1200.45
HSL197.14º25.23%43.53%-
HSV(B)197.14º40.29%54.51%-
XYZ15.3117.8727.07-
YUV112.86142.75106.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 123 (48.44% from 255) = 35.65%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=24.06%
G=35.65%
B=40.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831231390.400.1200.45197.1425.2343.53
Hex537B8B28C02Dc5192c
Octal12317321350140553053154
Binary1010011111101110001011101000110001011011100010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #537B8B;
 }
 .AnyTagClassName
 {
   color: #537B8B;
 }
</style>
background-color css

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

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

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

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

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

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