Html Css Color HEX #537E90 Jelly Bean

📋 copy color: '#537E90'

red 83 ◦ green 126 ◦ blue 144

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

Shades of Jelly Bean #537E90

Tints of Jelly Bean #537E90

RGB

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

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

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

R = 23.51%
G = 35.69%
B = 40.79%

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

#537E90 (or 0x537E90) is known color: Jelly Bean. HEX triplet: 53, 7E and 90. RGB value is (83,126,144). Sum of RGB (Red+Green+Blue) = 83+126+144=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #537E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537E90 is #AC816F. Grayscale: #737373. Windows color (decimal): -11305328 or 9469523. OLE color: 9469523.

HSL color Cylindrical-coordinate representation of color #537E90: hue angle of 197.7º 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 #537E90 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 126 144 -
CMYK 0.42 0.12 0 0.44
HSL 197.7º 0.27% 0.45% -
HSV(B) 197.7º 0.42% 0.56% -
XYZ 16.06 18.77 29.16 -
YUV 115.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 83 126 144 0.42 0.12 0 0.44 197.7 0.27 0.45
Hex 53 7E 90 2A C 0 2C C6 1B 2D
Octal 123 176 220 52 14 0 54 306 33 55
Binary 1010011 1111110 10010000 101010 1100 0 101100 11000110 11011 101101

Color Harmonies of #537E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E90

Black with #537E90

Text Example


Text Example

White with #537E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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