Html Css Color HEX #537B93 Jelly Bean

📋 copy color: '#537B93'

red 83 ◦ green 123 ◦ blue 147

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

Shades of Jelly Bean #537B93

Tints of Jelly Bean #537B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 23.51%
G = 34.84%
B = 41.64%

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

#537B93 (or 0x537B93) is known color: Jelly Bean. HEX triplet: 53, 7B and 93. RGB value is (83,123,147). Sum of RGB (Red+Green+Blue) = 83+123+147=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #537B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B93 is #AC846C. Grayscale: #717171. Windows color (decimal): -11306093 or 9665363. OLE color: 9665363.

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

Color convert

RGB 83 123 147 -
CMYK 0.44 0.16 0 0.42
HSL 202.5º 0.28% 0.45% -
HSV(B) 202.5º 0.44% 0.58% -
XYZ 15.92 18.11 30.26 -
YUV 113.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 83 123 147 0.44 0.16 0 0.42 202.5 0.28 0.45
Hex 53 7B 93 2C 10 0 2A CA 1C 2D
Octal 123 173 223 54 20 0 52 312 34 55
Binary 1010011 1111011 10010011 101100 10000 0 101010 11001010 11100 101101

Color Harmonies of #537B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B93

Black with #537B93

Text Example


Text Example

White with #537B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,123,147); }

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

background-color css

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

 a { background-color: rgb(83,123,147); }

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

border-color css

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

 span { border-color: rgb(83,123,147); }

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