Html Css Color HEX #537C90 Jelly Bean

📋 copy color: '#537C90'

red 83 ◦ green 124 ◦ blue 144

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

Shades of Jelly Bean #537C90

Tints of Jelly Bean #537C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

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

R = 23.65%
G = 35.33%
B = 41.03%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#537C90 (or 0x537C90) is known color: Jelly Bean. HEX triplet: 53, 7C and 90. RGB value is (83,124,144). Sum of RGB (Red+Green+Blue) = 83+124+144=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #537C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C90 is #AC836F. Grayscale: #717171. Windows color (decimal): -11305840 or 9469011. OLE color: 9469011.

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

Color convert

RGB 83 124 144 -
CMYK 0.42 0.14 0 0.44
HSL 199.67º 0.27% 0.45% -
HSV(B) 199.67º 0.42% 0.56% -
XYZ 15.81 18.27 29.08 -
YUV 114.02 144.92 105.87 -
System Red Green Blue C M Y K H S L
Decimal 83 124 144 0.42 0.14 0 0.44 199.67 0.27 0.45
Hex 53 7C 90 2A E 0 2C C8 1B 2D
Octal 123 174 220 52 16 0 54 310 33 55
Binary 1010011 1111100 10010000 101010 1110 0 101100 11001000 11011 101101

Color Harmonies of #537C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C90

Black with #537C90

Text Example


Text Example

White with #537C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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