Html Css Color HEX #537D8E Jelly Bean

📋 copy color: '#537D8E'

red 83 ◦ green 125 ◦ blue 142

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

Shades of Jelly Bean #537D8E

Tints of Jelly Bean #537D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 23.71%
G = 35.71%
B = 40.57%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#537D8E (or 0x537D8E) is known color: Jelly Bean. HEX triplet: 53, 7D and 8E. RGB value is (83,125,142). Sum of RGB (Red+Green+Blue) = 83+125+142=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #537D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537D8E is #AC8271. Grayscale: #727272. Windows color (decimal): -11305586 or 9338195. OLE color: 9338195.

HSL color Cylindrical-coordinate representation of color #537D8E: hue angle of 197.29º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #537D8E is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 125 142 -
CMYK 0.42 0.12 0 0.44
HSL 197.29º 0.26% 0.44% -
HSV(B) 197.29º 0.42% 0.56% -
XYZ 15.78 18.46 28.32 -
YUV 114.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 83 125 142 0.42 0.12 0 0.44 197.29 0.26 0.44
Hex 53 7D 8E 2A C 0 2C C5 1A 2C
Octal 123 175 216 52 14 0 54 305 32 54
Binary 1010011 1111101 10001110 101010 1100 0 101100 11000101 11010 101100

Color Harmonies of #537D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D8E

Black with #537D8E

Text Example


Text Example

White with #537D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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