Html Css Color HEX #537E8F Jelly Bean

📋 copy color: '#537E8F'

red 83 ◦ green 126 ◦ blue 143

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

Shades of Jelly Bean #537E8F

Tints of Jelly Bean #537E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 23.58%
G = 35.8%
B = 40.63%

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

#537E8F (or 0x537E8F) is known color: Jelly Bean. HEX triplet: 53, 7E and 8F. RGB value is (83,126,143). Sum of RGB (Red+Green+Blue) = 83+126+143=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 143 - color contains mainly: blue. Hex color #537E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537E8F is #AC8170. Grayscale: #727272. Windows color (decimal): -11305329 or 9403987. OLE color: 9403987.

HSL color Cylindrical-coordinate representation of color #537E8F: hue angle of 197º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #537E8F is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 126 143 -
CMYK 0.42 0.12 0 0.44
HSL 197º 0.27% 0.44% -
HSV(B) 197º 0.42% 0.56% -
XYZ 15.99 18.74 28.76 -
YUV 115.08 143.75 105.12 -
System Red Green Blue C M Y K H S L
Decimal 83 126 143 0.42 0.12 0 0.44 197 0.27 0.44
Hex 53 7E 8F 2A C 0 2C C5 1B 2C
Octal 123 176 217 52 14 0 54 305 33 54
Binary 1010011 1111110 10001111 101010 1100 0 101100 11000101 11011 101100

Color Harmonies of #537E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E8F

Black with #537E8F

Text Example


Text Example

White with #537E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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