Html Css Color HEX #537D94 Jelly Bean

📋 copy color: '#537D94'

red 83 ◦ green 125 ◦ blue 148

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

Shades of Jelly Bean #537D94

Tints of Jelly Bean #537D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 23.31%
G = 35.11%
B = 41.57%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#537D94 (or 0x537D94) is known color: Jelly Bean. HEX triplet: 53, 7D and 94. RGB value is (83,125,148). Sum of RGB (Red+Green+Blue) = 83+125+148=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #537D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537D94 is #AC826B. Grayscale: #727272. Windows color (decimal): -11305580 or 9731411. OLE color: 9731411.

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

Color convert

RGB 83 125 148 -
CMYK 0.44 0.16 0 0.42
HSL 201.23º 0.28% 0.45% -
HSV(B) 201.23º 0.44% 0.58% -
XYZ 16.25 18.64 30.76 -
YUV 115.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 83 125 148 0.44 0.16 0 0.42 201.23 0.28 0.45
Hex 53 7D 94 2C 10 0 2A C9 1C 2D
Octal 123 175 224 54 20 0 52 311 34 55
Binary 1010011 1111101 10010100 101100 10000 0 101010 11001001 11100 101101

Color Harmonies of #537D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D94

Black with #537D94

Text Example


Text Example

White with #537D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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