Html Css Color HEX #537E8D Jelly Bean

📋 copy color: '#537E8D'

red 83 ◦ green 126 ◦ blue 141

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

Shades of Jelly Bean #537E8D

Tints of Jelly Bean #537E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36%

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

R = 23.71%
G = 36%
B = 40.29%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#537E8D (or 0x537E8D) is known color: Jelly Bean. HEX triplet: 53, 7E and 8D. RGB value is (83,126,141). Sum of RGB (Red+Green+Blue) = 83+126+141=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #537E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537E8D is #AC8172. Grayscale: #727272. Windows color (decimal): -11305331 or 9272915. OLE color: 9272915.

HSL color Cylindrical-coordinate representation of color #537E8D: hue angle of 195.52º 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 #537E8D is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 126 141 -
CMYK 0.41 0.11 0 0.45
HSL 195.52º 0.26% 0.44% -
HSV(B) 195.52º 0.41% 0.55% -
XYZ 15.84 18.68 27.97 -
YUV 114.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 83 126 141 0.41 0.11 0 0.45 195.52 0.26 0.44
Hex 53 7E 8D 29 B 0 2D C4 1A 2C
Octal 123 176 215 51 13 0 55 304 32 54
Binary 1010011 1111110 10001101 101001 1011 0 101101 11000100 11010 101100

Color Harmonies of #537E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E8D

Black with #537E8D

Text Example


Text Example

White with #537E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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