Html Css Color HEX #537F8C Jelly Bean

📋 copy color: '#537F8C'

red 83 ◦ green 127 ◦ blue 140

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

Shades of Jelly Bean #537F8C

Tints of Jelly Bean #537F8C

RGB

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

 GREEN value IS 127 (50% from 255) = 36.29%

 BLUE value IS 140 (55.08% from 255) = 40%

R = 23.71%
G = 36.29%
B = 40%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#537F8C (or 0x537F8C) is known color: Jelly Bean. HEX triplet: 53, 7F and 8C. RGB value is (83,127,140). Sum of RGB (Red+Green+Blue) = 83+127+140=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #537F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537F8C is #AC8073. Grayscale: #737373. Windows color (decimal): -11305076 or 9207635. OLE color: 9207635.

HSL color Cylindrical-coordinate representation of color #537F8C: hue angle of 193.68º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #537F8C is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 127 140 -
CMYK 0.41 0.09 0 0.45
HSL 193.68º 0.26% 0.44% -
HSV(B) 193.68º 0.41% 0.55% -
XYZ 15.89 18.91 27.62 -
YUV 115.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 83 127 140 0.41 0.09 0 0.45 193.68 0.26 0.44
Hex 53 7F 8C 29 9 0 2D C2 1A 2C
Octal 123 177 214 51 11 0 55 302 32 54
Binary 1010011 1111111 10001100 101001 1001 0 101101 11000010 11010 101100

Color Harmonies of #537F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F8C

Black with #537F8C

Text Example


Text Example

White with #537F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,127,140); }

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

background-color css

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

 a { background-color: rgb(83,127,140); }

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

border-color css

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

 span { border-color: rgb(83,127,140); }

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