Html Css Color HEX #537D90 Jelly Bean

📋 copy color: '#537D90'

red 83 ◦ green 125 ◦ blue 144

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

Shades of Jelly Bean #537D90

Tints of Jelly Bean #537D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 23.58%
G = 35.51%
B = 40.91%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#537D90 (or 0x537D90) is known color: Jelly Bean. HEX triplet: 53, 7D and 90. RGB value is (83,125,144). Sum of RGB (Red+Green+Blue) = 83+125+144=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #537D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537D90 is #AC826F. Grayscale: #727272. Windows color (decimal): -11305584 or 9469267. OLE color: 9469267.

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

Color convert

RGB 83 125 144 -
CMYK 0.42 0.13 0 0.44
HSL 198.69º 0.27% 0.45% -
HSV(B) 198.69º 0.42% 0.56% -
XYZ 15.93 18.52 29.12 -
YUV 114.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 83 125 144 0.42 0.13 0 0.44 198.69 0.27 0.45
Hex 53 7D 90 2A D 0 2C C7 1B 2D
Octal 123 175 220 52 15 0 54 307 33 55
Binary 1010011 1111101 10010000 101010 1101 0 101100 11000111 11011 101101

Color Harmonies of #537D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D90

Black with #537D90

Text Example


Text Example

White with #537D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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