Html Css Color HEX #537D8A Jelly Bean

📋 copy color: '#537D8A'

red 83 ◦ green 125 ◦ blue 138

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

Shades of Jelly Bean #537D8A

Tints of Jelly Bean #537D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 23.99%
G = 36.13%
B = 39.88%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#537D8A (or 0x537D8A) is known color: Jelly Bean. HEX triplet: 53, 7D and 8A. RGB value is (83,125,138). Sum of RGB (Red+Green+Blue) = 83+125+138=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #537D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537D8A is #AC8275. Grayscale: #717171. Windows color (decimal): -11305590 or 9076051. OLE color: 9076051.

HSL color Cylindrical-coordinate representation of color #537D8A: hue angle of 194.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #537D8A is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 125 138 -
CMYK 0.40 0.09 0 0.46
HSL 194.18º 0.25% 0.43% -
HSV(B) 194.18º 0.4% 0.54% -
XYZ 15.49 18.34 26.77 -
YUV 113.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 83 125 138 0.40 0.09 0 0.46 194.18 0.25 0.43
Hex 53 7D 8A 28 9 0 2E C2 19 2B
Octal 123 175 212 50 11 0 56 302 31 53
Binary 1010011 1111101 10001010 101000 1001 0 101110 11000010 11001 101011

Color Harmonies of #537D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D8A

Black with #537D8A

Text Example


Text Example

White with #537D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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