Html Css Color HEX #537786 Jelly Bean

📋 copy color: '#537786'

red 83 ◦ green 119 ◦ blue 134

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

Shades of Jelly Bean #537786

Tints of Jelly Bean #537786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

 BLUE value IS 134 (52.73% from 255) = 39.88%

R = 24.7%
G = 35.42%
B = 39.88%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#537786 (or 0x537786) is known color: Jelly Bean. HEX triplet: 53, 77 and 86. RGB value is (83,119,134). Sum of RGB (Red+Green+Blue) = 83+119+134=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: blue. Hex color #537786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537786 is #AC8879. Grayscale: #6D6D6D. Windows color (decimal): -11307130 or 8812371. OLE color: 8812371.

HSL color Cylindrical-coordinate representation of color #537786: hue angle of 197.65º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #537786 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 119 134 -
CMYK 0.38 0.11 0 0.47
HSL 197.65º 0.24% 0.43% -
HSV(B) 197.65º 0.38% 0.53% -
XYZ 14.47 16.75 25.03 -
YUV 109.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 83 119 134 0.38 0.11 0 0.47 197.65 0.24 0.43
Hex 53 77 86 26 B 0 2F C6 18 2B
Octal 123 167 206 46 13 0 57 306 30 53
Binary 1010011 1110111 10000110 100110 1011 0 101111 11000110 11000 101011

Color Harmonies of #537786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537786

Black with #537786

Text Example


Text Example

White with #537786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537786; }

 p { color: rgb(83,119,134); }

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

background-color css

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

 a { background-color: rgb(83,119,134); }

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

border-color css

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

 span { border-color: rgb(83,119,134); }

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