Html Css Color HEX #537F8D Jelly Bean

📋 copy color: '#537F8D'

red 83 ◦ green 127 ◦ blue 141

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

Shades of Jelly Bean #537F8D

Tints of Jelly Bean #537F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 23.65%
G = 36.18%
B = 40.17%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#537F8D (or 0x537F8D) is known color: Jelly Bean. HEX triplet: 53, 7F and 8D. RGB value is (83,127,141). Sum of RGB (Red+Green+Blue) = 83+127+141=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #537F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F8D is #AC8072. Grayscale: #737373. Windows color (decimal): -11305075 or 9273171. OLE color: 9273171.

HSL color Cylindrical-coordinate representation of color #537F8D: hue angle of 194.48º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #537F8D is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 127 141 -
CMYK 0.41 0.10 0 0.45
HSL 194.48º 0.26% 0.44% -
HSV(B) 194.48º 0.41% 0.55% -
XYZ 15.96 18.94 28.01 -
YUV 115.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 83 127 141 0.41 0.10 0 0.45 194.48 0.26 0.44
Hex 53 7F 8D 29 A 0 2D C2 1A 2C
Octal 123 177 215 51 12 0 55 302 32 54
Binary 1010011 1111111 10001101 101001 1010 0 101101 11000010 11010 101100

Color Harmonies of #537F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F8D

Black with #537F8D

Text Example


Text Example

White with #537F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,127,141); }

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

background-color css

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

 a { background-color: rgb(83,127,141); }

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

border-color css

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

 span { border-color: rgb(83,127,141); }

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